Skip to content

Commit

Permalink
Add platform arg to build step (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim authored Jun 11, 2024
1 parent 0dff472 commit 77d240c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@v3"
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64,windows/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v8
- name: "Log in to container registry"
uses: "docker/[email protected]"
with:
Expand All @@ -41,6 +41,7 @@ jobs:
uses: "docker/[email protected]"
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 77d240c

Please sign in to comment.