We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54934dc commit ded8249Copy full SHA for ded8249
.github/workflows/ci-image.yml
@@ -24,7 +24,7 @@ jobs:
24
tags:
25
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04
26
- dockerfile: swift-ci/main/ubuntu/22.04/Dockerfile
27
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64 # FIXME: linux/arm64 build didn't work on QEMU
28
29
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04
30
- dockerfile: swift-ci/main/amazon-linux/2/Dockerfile
0 commit comments