File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - cron : " 0 8 * * 1"
1616
1717jobs :
18- runs-on : ubuntu-latest
19- steps :
20- - name : Checkout
21- uses : actions/checkout@v4
22- # 1️⃣ Enable QEMU emulation
23- - name : Set up QEMU
24- uses : docker/setup-qemu-action@v3
25- with :
26- platforms : s390x
18+ test :
19+ runs-on : ubuntu-latest
20+ steps :
21+ - name : Checkout
22+ uses : actions/checkout@v4
23+ # 1️⃣ Enable QEMU emulation
24+ - name : Set up QEMU
25+ uses : docker/setup-qemu-action@v3
26+ with :
27+ platforms : s390x
2728
28- # 2️⃣ Enable Docker Buildx
29- - name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v3
29+ # 2️⃣ Enable Docker Buildx
30+ - name : Set up Docker Buildx
31+ uses : docker/setup-buildx-action@v3
3132
32- # 3️⃣ Test running an s390x container
33- - name : Run s390x Ubuntu
34- run : |
35- docker run --rm --platform linux/s390x s390x/ubuntu:latest uname -m
33+ # 3️⃣ Test running an s390x container
34+ - name : Run s390x Ubuntu
35+ run : |
36+ docker run --rm --platform linux/s390x s390x/ubuntu:latest uname -m
3637 # test:
3738 # runs-on: ubuntu-latest
3839 # container: ${{ matrix.arch }}/ubuntu
You can’t perform that action at this time.
0 commit comments