index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-04-26 22:03:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 22:03:45 +0200 |
commit | 4b00564994742057eb2ebcdf3ef60394859e0dfa (patch) | |
tree | 6fce6a8b028827c0d213e4c3b84f6498b74f86aa | |
parent | a63e8ae7f99ac41673536cfcf8fcc5c4d724a2ee (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 35016f86..7daa1114 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: archlinux-keyring --refresh-keys - 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 - run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile |