Skip to content

Commit ded8249

Browse files
Disable ubuntu-22.04 arm64 build for now
1 parent 54934dc commit ded8249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
tags:
2525
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04
2626
- dockerfile: swift-ci/main/ubuntu/22.04/Dockerfile
27-
platforms: linux/amd64,linux/arm64
27+
platforms: linux/amd64 # FIXME: linux/arm64 build didn't work on QEMU
2828
tags:
2929
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04
3030
- dockerfile: swift-ci/main/amazon-linux/2/Dockerfile

0 commit comments

Comments
 (0)