We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2f6fd commit b9d4e86Copy full SHA for b9d4e86
.github/workflows/docker-image-upload.yml
@@ -41,12 +41,7 @@ jobs:
41
run: docker buildx create --use
42
43
- name: Build and push build-su2
44
- uses: docker/build-push-action@v2
45
- with:
46
- context: build
47
- push: true
48
- tags: ghcr.io/${{ github.repository_owner }}/su2/build-su2:${{ steps.vars.outputs.date_tag }}
49
- platforms: linux/amd64,linux/arm64
+ run: docker buildx build --platform=linux/amd64 --platform=linux/arm64 -t ghcr.io/${{ github.repository_owner }}/su2/build-su2:${{ steps.vars.outputs.date_tag }} --push .
50
51
- name: Build and push test-su2
52
uses: docker/build-push-action@v2
0 commit comments