Skip to content

Commit fe5bdc0

Browse files
authored
Automatically publish iPXE files (#81)
1 parent 91271ef commit fe5bdc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release-amd64

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ else
1717

1818
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/burmillaos.iso --name burmillaos-${VERSION}.iso" >> dist/publish.sh
1919

20+
# Include iPXE files
21+
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/initrd-${VERSION} --name initrd" >> dist/publish.sh
22+
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/vmlinuz-${KERNEL_VERSION} --name vmlinuz" >> dist/publish.sh
23+
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/rootfs.tar.gz --name rootfs.tar.gz" >> dist/publish.sh
24+
2025
cat dist/images | sed 's/^/docker push /' >> dist/publish.sh
2126
fi
2227

0 commit comments

Comments
 (0)