Skip to content

Commit bcff8c1

Browse files
committed
add azure build step
1 parent 50fff1c commit bcff8c1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/buid-vm-image-manual.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,14 @@ jobs:
7474
PACKER_LOG: 1
7575
PACKER_VAR_FILES: kubernetes.json
7676
working-directory: ./images/capi
77-
77+
78+
- name: build azure image
79+
run: make build-azure-sig-ubuntu-2404-gen2
80+
env:
81+
PACKER_LOG: 1
82+
PACKER_VAR_FILES: kubernetes.json
83+
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
84+
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
85+
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
86+
working-directory: ./images/capi
7887

0 commit comments

Comments
 (0)