Skip to content

Commit

Permalink
amd not arm
Browse files Browse the repository at this point in the history
  • Loading branch information
GretLambdar committed Nov 25, 2024
1 parent 545c894 commit 76e8a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: '.'
push: true
tags: 'ghcr.io/occrp/alfred-elasticsearch:${{ github.sha }}'
platforms: 'darwin/arm64,linux/arm64,linux/amd64'
platforms: 'darwin/amd64,linux/arm64,linux/amd64'

- uses: 'docker/build-push-action@v6'
if: github.ref_name != 'main'
Expand Down

0 comments on commit 76e8a39

Please sign in to comment.