We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa12c93 commit 7caf4e4Copy full SHA for 7caf4e4
.github/workflows/docker-multiarch.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
context: .
47
push: true
48
- platforms: linux/arm64
+ # platforms: linux/arm64
49
# See https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md#full-tag-listing
50
build-args: |
51
BUILD_IMAGE_TAG=9.0-noble-arm64v8
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
- platforms: linux/amd64
+ # platforms: linux/amd64
93
94
95
BUILD_IMAGE_TAG=9.0-noble-amd64
0 commit comments