Skip to content

Commit

Permalink
Temporarily disable linux/arm64 build due to buildx issue (see docker…
Browse files Browse the repository at this point in the history
  • Loading branch information
Smurf-Engineer committed Oct 16, 2023
1 parent 785ecba commit 617d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformplatform-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
docker buildx create --use
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
--build-arg VERSION=${{ needs.build.outputs.version }} \
-t ${{ vars.CONTAINER_REGISTRY_NAME }}.azurecr.io/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.version }} \
-t ${{ vars.CONTAINER_REGISTRY_NAME }}.azurecr.io/${{ env.IMAGE_NAME }}:latest \
Expand Down

0 comments on commit 617d541

Please sign in to comment.