Skip to content

Commit fc50ee9

Browse files
committed
Only build ISOs for amd64
1 parent 36530af commit fc50ee9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-iso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
LATEST_TAG: ${{ steps.set.outputs.LATEST_TAG }}
2525
REGISTRY: ${{ steps.set.outputs.REGISTRY }}
2626
REGISTRY_USER: ${{ steps.set.outputs.REGISTRY_USER }}
27-
PLATFORMS: ${{ steps.set.outputs.PLATFORMS }}
27+
#PLATFORMS: ${{ steps.set.outputs.PLATFORMS }}
28+
PLATFORMS: "amd64" # v2 doesn't work right now
2829
IMAGE_PATH: ${{ steps.set.outputs.IMAGE_PATH }}
2930
IMAGE_NAME: ${{ steps.set.outputs.IMAGE_NAME }}
3031
IMAGE_REF: ${{ steps.set.outputs.IMAGE_REF }}

0 commit comments

Comments
 (0)