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.
2 parents f7bad27 + 0274bc0 commit f0a9a17Copy full SHA for f0a9a17
.github/workflows/docker-build.yml
@@ -237,8 +237,7 @@ jobs:
237
- name: Build other platforms and push
238
uses: docker/build-push-action@v6
239
with:
240
- platforms: linux/amd64
241
- # platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
242
push: ${{ github.event_name != 'pull_request' }}
243
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_type == 'branch' && 'latest' || github.ref_name }}
244
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache
0 commit comments