Skip to content

Commit e18f050

Browse files
committed
sigh.
1 parent bf1809e commit e18f050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-iso.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
matrix:
2020
include:
2121
- arch: aarch64
22+
iso_name: minikube-arm64.iso
2223
runs-on: ubuntu-24.04-arm64-massive
2324
- arch: x86_64
25+
iso_name: minikube-amd64.iso
2426
runs-on: ubuntu-24.04-amd64-massive
2527

2628
runs-on: "${{ matrix.runs-on }}"
@@ -51,4 +53,4 @@ jobs:
5153

5254
- name: Upload ISO
5355
run: |
54-
aws s3 cp ./out/minikube-${{ matrix.arch }}.iso s3://dz-cli/minikube/minikube-${{ matrix.arch }}.iso
56+
aws s3 cp ./out/${{ matrix.iso_name }} s3://dz-cli/minikube/${{ matrix.iso_name }}

0 commit comments

Comments
 (0)