File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8282 - name : Run the Image
8383 working-directory : ./training/iso-builder/
8484 run : |
85- make iso IMAGE=${{ steps.build_image.outputs.produced_image }} EMBED_IMAGE=${{ steps.build_image.outputs.embedded_image }} ORIGINAL_ISO=ISOs/${{ matrix.iso_name }} SSHKEY=${{ steps.ssh-keygen.outputs.sshpubkey }} CONTAINER_TOOL_EXTRA_ARGS=--pull=never
85+ make iso IMAGE=${{ steps.build_image.outputs.produced_image }} EMBED_IMAGE=${{ steps.build_image.outputs.embedded_image }} ORIGINAL_ISO=" ISOs/${{ matrix.iso_name }}" SSHKEY=" ${{ steps.ssh-keygen.outputs.sshpubkey }}" CONTAINER_TOOL_EXTRA_ARGS=--pull=never
8686
8787 # - name: Publish Job Results to Slack
8888 # id: slack
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ recipes/common/bin/*
1313training /cloud /examples
1414training /instructlab /instructlab
1515training /iso-builder /ISOs /*
16+ ! training /iso-builder /ISOs /.gitkeep
Original file line number Diff line number Diff line change 4242
4343 "${CONTAINER_TOOL}" run \
4444 --rm \
45- --volume $(shell readlink -f ISOs/ ${ORIGINAL_ISO}):/root/original.iso:ro \
45+ --volume $(shell readlink -f ${ORIGINAL_ISO}):/root/original.iso:ro \
4646 --volume ${OUTPUT_DIR}:/output \
4747 --volume $(shell ${CONTAINER_TOOL} system info --format json | jq -r '.store.graphRoot'):/var/lib/containers/storage \
4848 "${REGISTRY}/${REGISTRY_ORG}/${IMAGE_NAME}:${IMAGE_TAG}" \
You can’t perform that action at this time.
0 commit comments