Skip to content

Commit

Permalink
Update build push config
Browse files Browse the repository at this point in the history
Enable push and build arm64 for macbooks.
  • Loading branch information
laurigates committed Sep 21, 2023
1 parent 5f82814 commit 0fa4248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0fa4248

Please sign in to comment.