File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 schedule :
99 - cron : " 0 4 * * *" # every day at 4am UTC
1010 workflow_dispatch :
11- workflow_run :
12- workflows : ["Build Image"]
13- types :
14- - completed
11+ # workflow_run:
12+ # workflows: ["Build bootc images"]
13+ # types:
14+ # - completed
15+ push :
1516
1617concurrency :
1718 group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
1819 cancel-in-progress : true
1920
2021jobs :
2122 build-iso :
22- # idk if this needs this instead of write-all at the top
23- # permissions:
24- # contents: write
25- # packages: write
2623 strategy :
2724 fail-fast : false
2825 matrix :
2926 arch : [x86_64, aarch64]
3027 variant :
3128 - name : nothing
3229 image : ghcr.io/ultramarine-linux/nothing-bootc:${{ github.ref_name || 'main' }}
30+
3331 name : Build ISO images with katsu
3432 runs-on : ${{ contains(matrix.arch, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
3533
6058 echo "After cleanup:"
6159 df -h
6260
63- # - name: Install dependencies
64- # run: |
65- # dnf install -y just
66-
67- # Dont need just? Maybe just make it run the katsu thing here directly? Shouldnt be as complex as the bootc workflow?
68- #
6961 - name : Build live ISO with Katsu
7062 run : |
7163 # set -x prints all commands to terminal
You can’t perform that action at this time.
0 commit comments