We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ff25f commit d4603d2Copy full SHA for d4603d2
.github/workflows/release.yaml
@@ -3,7 +3,6 @@ on:
3
push:
4
branches:
5
- "release/*"
6
- - "release-sqlite/*"
7
8
jobs:
9
release:
src/config
@@ -1,5 +1,5 @@
1
export DIST_NAME=MonsterPi
2
-export DIST_VERSION=0.4.10-sqlite-rc1
+export DIST_VERSION=0.4.10-rc1-sqlite
export BASE_DISTRO=ubuntu
export BASE_ARCH=aarch64
# This does not work without $BASE_IMAGE_PATH
0 commit comments