Skip to content

Commit

Permalink
Merge pull request #3 from thevops/docker-image-amd64
Browse files Browse the repository at this point in the history
Add support for linux/amd64 docker image
  • Loading branch information
thevops authored Nov 12, 2024
2 parents 2b1ea7c + 953df1f commit 3aaecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/arm64
platforms: linux/arm64,linux/amd64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 3aaecb8

Please sign in to comment.