Skip to content

Commit

Permalink
config: linux on amd64/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
anrs committed Oct 10, 2022
1 parent b6dae4a commit b1a20fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "."
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand All @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "."
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64
push: true
build-args: |
KEEP_SYMBOL=1
Expand Down

0 comments on commit b1a20fd

Please sign in to comment.