build fixes (#2275)

* move some install scripts to init

* handle fake-apt in init

* rename
This commit is contained in:
Aiden McClelland
2023-05-15 16:34:30 -06:00
committed by GitHub
parent f15a010e0e
commit 61445e0b56
8 changed files with 37 additions and 45 deletions

View File

@@ -160,10 +160,10 @@ jobs:
with:
name: raspberrypi.squashfs
- run: mv *_raspberrypi.squashfs eos.raspberrypi.squashfs
- run: mv startos-*_raspberrypi.squashfs startos.raspberrypi.squashfs
- name: Build image
run: make eos_raspberrypi.img
run: make startos_raspberrypi.img
- uses: actions/upload-artifact@v3
with: