Skip to content

Commit

Permalink
ci(docker): build amd64 and arm64 images (#104)
Browse files Browse the repository at this point in the history
* ci(docker): build amd64 and arm64 images

Closes #103
  • Loading branch information
RalphORama committed Jun 13, 2024
1 parent bcbb8a1 commit 6b0f0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
platforms: "linux/amd64,linux/arm64"
context: .
push: false
tags: "${{ github.repository }}:${{ github.sha }}"
Expand Down

0 comments on commit 6b0f0e7

Please sign in to comment.