Skip to content

Commit b1a20fd

Browse files
committed
config: linux on amd64/arm64
1 parent b6dae4a commit b1a20fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/build-push-action@v3
5959
with:
6060
context: "."
61-
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
61+
platforms: linux/amd64,linux/arm64
6262
push: true
6363
tags: ${{ steps.meta.outputs.tags }}
6464

@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/build-push-action@v3
6868
with:
6969
context: "."
70-
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
70+
platforms: linux/amd64,linux/arm64
7171
push: true
7272
build-args: |
7373
KEEP_SYMBOL=1

0 commit comments

Comments
 (0)