1
0
mirror of https://github.com/rancher/os.git synced 2025-09-24 20:09:21 +00:00

v2.0.0-beta3

- Share kernel with k3OS (5.4.0-54.60-rancher1)
- Buildroot 2020.02.8
- Docker 20.10.2
This commit is contained in:
Olli Janatuinen
2020-12-13 19:30:37 +02:00
parent d9e9511add
commit b31b3fe738
7 changed files with 29 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ touch dist/publish.sh
chmod 755 dist/publish.sh
if [ "$OS_FIRMWARE" = "false" ]; then
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/burmillaos.iso --name burmillaos-${VERSION}-nofirmware.iso" >> dist/publish.sh
echo "github-release upload --user burmilla --repo os --tag ${VERSION} --file ./dist/artifacts/burmillaos.iso --name burmillaos-${VERSION}-vm.iso" >> dist/publish.sh
exit 0
else
echo "github-release release --user burmilla --repo os --tag ${VERSION} --pre-release --draft" > dist/publish.sh