Skip to content

Commit 7caf4e4

Browse files
authored
Update docker-multiarch.yml
1 parent fa12c93 commit 7caf4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
push: true
48-
platforms: linux/arm64
48+
# platforms: linux/arm64
4949
# See https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md#full-tag-listing
5050
build-args: |
5151
BUILD_IMAGE_TAG=9.0-noble-arm64v8
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
context: .
9191
push: true
92-
platforms: linux/amd64
92+
# platforms: linux/amd64
9393
# See https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md#full-tag-listing
9494
build-args: |
9595
BUILD_IMAGE_TAG=9.0-noble-amd64

0 commit comments

Comments
 (0)