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 1ee7cb8 commit 6211920Copy full SHA for 6211920
.github/workflows/nightly.yml
@@ -86,7 +86,7 @@ jobs:
86
cache-from: type=gha
87
cache-to: type=gha,mode=max
88
context: ${{ runner.temp }}/build
89
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64,linux/s390x
90
push: ${{ steps.setup.outputs.push && steps.novelty.outputs.cache-hit != 'true' }}
91
tags: |
92
quay.io/${{ steps.setup.outputs.repo }}:${{ steps.setup.outputs.tag }}
0 commit comments