mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-22 18:00:13 +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
|
- CGO_ENABLED=0
|
||||||
steps:
|
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/
|
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}}
|
- chmod +x /usr/bin/{{.Values.name}}
|
||||||
includes:
|
includes:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: kcrypt
|
name: kcrypt
|
||||||
category: system
|
category: system
|
||||||
version: "0.5.2"
|
version: "0.6.0-rc1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "kcrypt"
|
github.repo: "kcrypt"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user