Skip to content

Commit 75bc99c

Browse files
committed
try building with arm public preview runner
1 parent c0697ff commit 75bc99c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/publishImage.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,16 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
# does this need os/arch instead of platform? https://learn.arm.com/learning-paths/cross-platform/github-arm-runners/actions/
50-
platform:
51-
- linux/amd64
52-
- linux/arm64
50+
# platform:
51+
# - linux/amd64
52+
# - linux/arm64
53+
include:
54+
- os: ubuntu-latest
55+
arch: amd64
56+
platform: linux/amd64
57+
- os: ubuntu-24.04-arm
58+
arch: arm64
59+
platform: linux/arm64
5360
steps:
5461
- name: Prepare
5562
run: |
@@ -109,8 +116,8 @@ jobs:
109116
# REMOVE(??) once arm runners are publicly available
110117
# https://github.com/orgs/community/discussions/142209#discussioncomment-11107737
111118
# https://github.com/github/roadmap/issues/970
112-
- name: Set up QEMU
113-
uses: docker/setup-qemu-action@v3
119+
# - name: Set up QEMU
120+
# uses: docker/setup-qemu-action@v3
114121

115122
- name: Set up Docker Buildx
116123
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)