mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-30 04:38:58 +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 }}
|
container: shivammathur/node:bionic-${{ matrix.tag }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag: ["amd64", "i386"]
|
tag: ["amd64", "arm32v7"]
|
||||||
php: ["7.0", "7.1", "7.2", "7.3", "7.4"]
|
php: ["7.0", "7.1", "7.2", "7.3", "7.4"]
|
||||||
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
name: PHP ${{ matrix.php }} Test on ${{ matrix.tag }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user