try 2 steps on 2 workers
This commit is contained in:
parent
52acc3c097
commit
ad8cc0657e
1 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian:bookworm
|
||||
test-amd64:
|
||||
runs-on: amd64
|
||||
steps:
|
||||
- run: sleep 60
|
||||
- run: echo All Good
|
||||
- run: docker info
|
||||
test-arm64:
|
||||
runs-on: arm64
|
||||
steps:
|
||||
- run: docker info
|
||||
|
|
Loading…
Reference in a new issue