Skip to content

Commit 8bae7d8

Browse files
committed
fix
1 parent 9102b45 commit 8bae7d8

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

.github/workflows/architectures.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,25 @@ on:
1515
- cron: "0 8 * * 1"
1616

1717
jobs:
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

0 commit comments

Comments
 (0)