mirror of
https://github.com/rancher/os.git
synced 2025-09-18 08:06:48 +00:00
Automatically publish iPXE files (#81)
This commit is contained in:
@@ -17,6 +17,11 @@ else
|
||||
|
||||
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/burmillaos.iso --name burmillaos-${VERSION}.iso" >> dist/publish.sh
|
||||
|
||||
# Include iPXE files
|
||||
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/initrd-${VERSION} --name initrd" >> dist/publish.sh
|
||||
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/vmlinuz-${KERNEL_VERSION} --name vmlinuz" >> dist/publish.sh
|
||||
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/rootfs.tar.gz --name rootfs.tar.gz" >> dist/publish.sh
|
||||
|
||||
cat dist/images | sed 's/^/docker push /' >> dist/publish.sh
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user