test
This commit is contained in:
parent
cbd5c18fbf
commit
eff8add72a
@ -21,11 +21,12 @@ jobs:
|
|||||||
apt update
|
apt update
|
||||||
apt install -y xorriso curl genisoimage cpio
|
apt install -y xorriso curl genisoimage cpio
|
||||||
./build/amd64.sh
|
./build/amd64.sh
|
||||||
- name: Upload ISO image
|
- name: Upload ISO image to generic package registry
|
||||||
uses: actions/upload-artifact@v4
|
run: |
|
||||||
with:
|
curl --user your_username:your_password_or_token \
|
||||||
name: halis-debian-11.6.0-amd64.iso
|
--header 'authorization: Bearer ${{ secrets.GITEA_TOKEN }}' \
|
||||||
path: halis-debian-11.6.0-amd64.iso
|
--upload-file halis-debian-11.6.0-amd64.img.xz \
|
||||||
|
https://git.halis.io/api/packages/athens-school/generic/halis-iso-arm64/0.0.1/halis-debian-11.6.0-amd64.img.xz
|
||||||
|
|
||||||
build-arm64:
|
build-arm64:
|
||||||
container:
|
container:
|
||||||
|
@ -39,3 +39,5 @@ sudo umount mnt -R
|
|||||||
|
|
||||||
echo "Compressing resulting image"
|
echo "Compressing resulting image"
|
||||||
xz $RASPIOS_IMG
|
xz $RASPIOS_IMG
|
||||||
|
|
||||||
|
cp $RASPIOS_IMG.xz halis-debian-11.6.0-amd64.img.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user