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 667a2d1 commit 760f9f7Copy full SHA for 760f9f7
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build and push Docker image
49
uses: docker/build-push-action@v6
50
with:
51
- platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
+ platforms: linux/amd64, linux/arm64/v8, linux/mips64le
52
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments