From 5a23ae2245a040a91b2131156dd17df6b8dece9d Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Fri, 9 Dec 2022 16:47:00 -0500 Subject: [PATCH] disable worker arm/v7 support for now --- .github/workflows/call-docker-build-worker.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call-docker-build-worker.yaml b/.github/workflows/call-docker-build-worker.yaml index 2c5f9f9..c10d9c6 100644 --- a/.github/workflows/call-docker-build-worker.yaml +++ b/.github/workflows/call-docker-build-worker.yaml @@ -76,7 +76,9 @@ jobs: ### platforms to build for, defaults to linux/amd64 ### other options: linux/amd64,linux/arm64,linux/arm/v7 - platforms: linux/amd64,linux/arm64,linux/arm/v7 + # FIXME worker arm/v7 support doesn't build in .net core 3.1 with QEMU + # a fix would likely run the .net build on amd64 but with a target of arm/v7 + platforms: linux/amd64,linux/arm64 ### Create a PR comment with image tags and labels ### defaults to false