Skip to content

Commit 5a23ae2

Browse files
committed
disable worker arm/v7 support for now
1 parent 6f953ce commit 5a23ae2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/call-docker-build-worker.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676

7777
### platforms to build for, defaults to linux/amd64
7878
### other options: linux/amd64,linux/arm64,linux/arm/v7
79-
platforms: linux/amd64,linux/arm64,linux/arm/v7
79+
# FIXME worker arm/v7 support doesn't build in .net core 3.1 with QEMU
80+
# a fix would likely run the .net build on amd64 but with a target of arm/v7
81+
platforms: linux/amd64,linux/arm64
8082

8183
### Create a PR comment with image tags and labels
8284
### defaults to false

0 commit comments

Comments
 (0)