mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 12:24:40 +01:00
Use arm
This commit is contained in:
parent
db2f1d0008
commit
6fb2447eb7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
container: shivammathur/node:bionic-${{ matrix.tag }}
|
||||
strategy:
|
||||
matrix:
|
||||
tag: ["amd64", "i386"]
|
||||
tag: ["amd64", "arm32v7"]
|
||||
php: ["7.0", "7.1", "7.2", "7.3", "7.4"]
|
||||
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user