Skip to content

Commit

Permalink
ci: setup multi platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed May 9, 2024
1 parent 1aca0ed commit 42ecd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta-base.outputs.tags }}
labels: ${{ steps.meta-base.outputs.labels }}
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
context: .
file: Dockerfile.dev
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 42ecd59

Please sign in to comment.