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 36530af commit fc50ee9Copy full SHA for fc50ee9
.github/workflows/build-iso.yml
@@ -24,7 +24,8 @@ jobs:
24
LATEST_TAG: ${{ steps.set.outputs.LATEST_TAG }}
25
REGISTRY: ${{ steps.set.outputs.REGISTRY }}
26
REGISTRY_USER: ${{ steps.set.outputs.REGISTRY_USER }}
27
- PLATFORMS: ${{ steps.set.outputs.PLATFORMS }}
+ #PLATFORMS: ${{ steps.set.outputs.PLATFORMS }}
28
+ PLATFORMS: "amd64" # v2 doesn't work right now
29
IMAGE_PATH: ${{ steps.set.outputs.IMAGE_PATH }}
30
IMAGE_NAME: ${{ steps.set.outputs.IMAGE_NAME }}
31
IMAGE_REF: ${{ steps.set.outputs.IMAGE_REF }}
0 commit comments