Skip to content

Commit

Permalink
put arm64 back (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Feb 1, 2025
1 parent 509358c commit 7339772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if [[ "${{steps.setup.outputs.image}}" == "scyllaridae-whisper" ]]; then
echo "DOCKER_PLATFORMS=linux/amd64" >> $GITHUB_ENV
else
echo "DOCKER_PLATFORMS=linux/amd64" >> $GITHUB_ENV
echo "DOCKER_PLATFORMS=linux/amd64,linux/arm64" >> $GITHUB_ENV
fi
- name: Build and push dockerhub
Expand Down

0 comments on commit 7339772

Please sign in to comment.