Skip to content

Commit

Permalink
Automatically publish iPXE files (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat authored Apr 12, 2021
1 parent 91271ef commit fe5bdc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe5bdc0

Please sign in to comment.