index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-04-26 22:16:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 22:16:35 +0200 |
commit | a9f2e0db2ed8936c4eb1ff1f69eab21eb16a0a18 (patch) | |
tree | 02ab16ec3eb162048582036af4f12ae13ad6e680 /.github | |
parent | 166cf4a5903ea583c44ca38eca314721113e2690 (diff) |
-rw-r--r-- | .github/workflows/iso-build.yaml | 2 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 53072355..7e6b8925 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -30,7 +30,7 @@ jobs: - run: pwd - run: find . - run: cat /etc/os-release - - run: pacman-key --refresh-keys + - run: pacman -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 - run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile |