mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-22 09:50:23 +00:00
Bump kcrypt and get rc versions for it (#203)
This commit is contained in:
parent
5f69e7a34e
commit
a806865e70
@ -11,7 +11,7 @@ env:
|
||||
- CGO_ENABLED=0
|
||||
steps:
|
||||
- |
|
||||
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
|
||||
PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && \
|
||||
cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && git checkout v"${PACKAGE_VERSION}" -b build && go build -ldflags="-w -s" && mv {{.Values.name}} /usr/bin/
|
||||
- chmod +x /usr/bin/{{.Values.name}}
|
||||
includes:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: kcrypt
|
||||
category: system
|
||||
version: "0.5.2"
|
||||
version: "0.6.0-rc1"
|
||||
labels:
|
||||
github.repo: "kcrypt"
|
||||
autobump.revdeps: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user