File tree Expand file tree Collapse file tree
mkosi.images/base/mkosi.build.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - name : Install mkosi
2424 run : |
2525 sudo apt-get update && sudo apt-get install -y debian-archive-keyring
26- sudo -H pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
26+ pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
2727
2828 - name : Build image
2929 run : |
30- sudo mkosi --force -I buildernet.conf
30+ mkosi --force -I buildernet.conf
3131
3232 - name : Calculate SHA256
3333 id : sha256
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ for FLAVOR in "${FLAVORS[@]}"; do
4747 export KBUILD_BUILD_HOST=" mkosi"
4848 export KBUILD_BUILD_USER=" mkosi"
4949 export LOCALVERSION=" ${LOCALVERSION:- } -mkosi-$FLAVOR "
50+ rm -f " $FLAVOR_BUILDDIR /.version"
5051
5152 make O=" $FLAVOR_BUILDDIR " olddefconfig
5253 make O=" $FLAVOR_BUILDDIR " bindeb-pkg
You can’t perform that action at this time.
0 commit comments