Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from crystal-linux/development
Browse files Browse the repository at this point in the history
update build.yml according to new build script
  • Loading branch information
axtloss authored Aug 19, 2022
2 parents 8f52c83 + 40826b1 commit a2f2d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
pacman -S git archiso pacman-contrib --needed --noconfirm
git clone https://github.com/crystal-linux/iso/
cd iso
bash build_iso.sh
bash build.sh --build-iso
md5sum *.iso > MD5SUM-iso
rm chrooted.sh
bash build_rootfs.sh
bash build.sh --build-bootstrap
md5sum *.tar.gz > MD5SUM-rootfs
Expand Down

0 comments on commit a2f2d51

Please sign in to comment.