File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 57
57
if : ${{ github.event_name == 'pull_request' }}
58
58
run : |
59
59
docker build -t ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h --build-arg=FLAVOR=${{ inputs.flavor_release }} -f images/Dockerfile.init .
60
+ - name : Build ISO
61
+ run : |
62
+ docker run -v $PWD/build:/build -v /var/run/docker.sock:/var/run/docker.sock quay.io/kairos/auroraboot:v0.3.3 --debug build-iso --name kairos --date=false --output /build oci://ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h
60
63
- name : Push to testing
61
64
run : |
62
65
docker push ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h
66
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
67
+ - name : Upload ISO
68
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
69
+ with :
70
+ name : kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}.iso.zip
71
+ path : |
72
+ build/*.iso
73
+ build/*.sha256
74
+ if-no-files-found : error
You can’t perform that action at this time.
0 commit comments