mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Compare commits
2 Commits
revert-303
...
arm-runner
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad00e8badf | ||
|
|
771bcd5b3e |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
ci:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node: [20.x] # Can be changed
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, ARM64]
|
||||
node: [18.17.1] # Can be changed
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user