Skip to content

Commit d146bff

Browse files
authored
Update build-image.yml
1 parent 48d63dc commit d146bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
docker build -t image-builder images/capi
2727
mkdir ${{ github.workspace }}/output && chmod 777 ${{ github.workspace }}/output
2828
mkdir ${{ github.workspace }}/.cache && chmod 777 ${{ github.workspace }}/.cache
29-
docker run --rm --privileged -e PACKER_FLAGS="--var 'kubernetes_semver=v$KUBERNETES_VERSION'" -e PACKER_LOG=1 -v ${{ github.workspace }}/output:/home/imagebuilder/output/ -v ${{ github.workspace }}/.cache:/home/imagebuilder/.cache/ -e FLATCAR_CHANNEL=$FLATCAR_CHANNEL -e FLATCAR_VERSION=$FLATCAR_VERSION -e OEM_ID=kubevirt image-builder build-kubevirt-qemu-flatcar
29+
docker run --rm --privileged -e PACKER_FLAGS="--var 'kubernetes_semver=v$KUBERNETES_VERSION'" -e PACKER_LOG=1 -v ${{ github.workspace }}/output:/home/imagebuilder/output/ -v ${{ github.workspace }}/.cache:/home/imagebuilder/.cache/ -e FLATCAR_CHANNEL=$FLATCAR_CHANNEL -e FLATCAR_VERSION=$FLATCAR_VERSION -e OEM_ID=kubevirt image-builder build-qemu-flatcar
3030
ls -lha ${{ github.workspace }}/output/
3131
sudo xz -vT0 ${{ github.workspace }}/output/flatcar-${{ env.FLATCAR_CHANNEL }}-${{ env.FLATCAR_VERSION }}-kube-v${{ env.KUBERNETES_VERSION }}/flatcar-${{ env.FLATCAR_CHANNEL }}-${{ env.FLATCAR_VERSION }}-kube-v${{ env.KUBERNETES_VERSION }}
3232

0 commit comments

Comments
 (0)