b8c986026c
Some current issues: * Only creates pi4 images right now * Can report bad images as complete (more a script issue really) * Current builds are almost too large for unpatched Sourcehut. This is being played with.
24 lines
438 B
YAML
24 lines
438 B
YAML
#shell: true
|
|
artifacts:
|
|
- /home/build/stormux/build/stormux-pi4.img.xz
|
|
image: archlinux
|
|
packages:
|
|
- arch-install-scripts
|
|
- curl
|
|
- dosfstools
|
|
- qemu-user-static-bin
|
|
- wget
|
|
- parted
|
|
|
|
sources:
|
|
- https://gitlab.com/stormux/stormux.git#testing
|
|
|
|
tasks:
|
|
- setup: |
|
|
|
|
sudo systemctl restart systemd-binfmt
|
|
cd stormux/build
|
|
sudo ./build-stormux.sh -n stormux-pi4.img
|
|
sync
|
|
sudo xz -9v stormux-pi4.img
|