Skip to content

Commit

Permalink
Adding mutli-arch to front end build
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Jul 12, 2024
1 parent 27ac773 commit 2bc674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/js-frontend/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ runs:
# The MySQL Docker image is built and pushed.
- name: Build, tag, and push image to Dockerhub
run: |
docker buildx build -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} octopussamples/octopub-frontend:latest --platform=linux/amd64,linux/arm64 --push .
docker buildx build -f Dockerfile -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} octopussamples/octopub-frontend:latest --platform=linux/amd64,linux/arm64 --push .
shell: bash
working-directory: js/frontend

Expand Down

0 comments on commit 2bc674b

Please sign in to comment.