mirror of
https://github.com/louislam/dockge.git
synced 2024-11-07 08:55:13 +01:00
Add ARMv7 for CI
This commit is contained in:
parent
5baf48db63
commit
28337c5430
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
ci:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, ARM, ARM64]
|
||||
node: [22] # Can be changed
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user