index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-04-26 22:24:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 22:24:28 +0200 |
commit | 621adc9580dc3c0b0c6bf71f5d7512b48a48f291 (patch) | |
tree | 9e9800e4fdebb1584f60f960653d0dee88c60655 /.github/workflows/iso-build.yaml | |
parent | 3b5d7cdb1628904f1970f837d64e1ba4ce1b1482 (diff) |
-rw-r--r-- | .github/workflows/iso-build.yaml | 1 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index b4705a5c..6464b4a2 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -30,6 +30,7 @@ jobs: - run: pwd - run: find . - run: cat /etc/os-release + - run: pacman-key --init - run: pacman --noconfirm -Sy archlinux-keyring - run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git - run: echo "pip uninstall archinstall -y; cd archinstall-git; rm -rf dist; python -m build -n; pip install dist/archinstall*.whl" > /tmp/archlive/airootfs/root/.zprofile |