Skip to content

Commit

Permalink
Update build-image.yaml
Browse files Browse the repository at this point in the history
image-builder qemu deps Make goal.
  • Loading branch information
jacobweinstock authored Jan 7, 2024
1 parent fe37729 commit 87c6873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
}
EOF
packer plugins install github.com/hashicorp/qemu
make deps-qemu
PACKER_VAR_FILES=packer/raw/overwrite-kubernetes.json make build-raw-all
- name: Log in to the Container registry
Expand All @@ -64,5 +65,5 @@ jobs:

- name: Push the images
run: |
oras push ${REGISTRY}/${{ github.repository }}/ubuntu-1804:${KUBERNETES_SEM_VERSION}.gz --manifest-config /dev/null:application/vnd.acme.rocket.config image-builder/images/capi/output/ubuntu-1804-kube-${KUBERNETES_SEM_VERSION}.gz
# oras push ${REGISTRY}/${{ github.repository }}/ubuntu-1804:${KUBERNETES_SEM_VERSION}.gz --manifest-config /dev/null:application/vnd.acme.rocket.config image-builder/images/capi/output/ubuntu-1804-kube-${KUBERNETES_SEM_VERSION}.gz
oras push ${REGISTRY}/${{ github.repository }}/ubuntu-2004:${KUBERNETES_SEM_VERSION}.gz --manifest-config /dev/null:application/vnd.acme.rocket.config image-builder/images/capi/output/ubuntu-2004-kube-${KUBERNETES_SEM_VERSION}.gz

0 comments on commit 87c6873

Please sign in to comment.