mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-13 21:57:08 +00:00
Bump immucore (#254)
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
parent
d623f4b8f9
commit
ba9af67a4b
@ -12,7 +12,7 @@ env:
|
||||
- LDFLAGS="-s -w -X github.com/kairos-io/immucore/internal/version.version=v${PACKAGE_VERSION}"
|
||||
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 -o {{ .Values.name }} -ldflags="${LDFLAGS}" && mv {{.Values.name}} /usr/bin/
|
||||
- chmod +x /usr/bin/{{.Values.name}}
|
||||
includes:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: "immucore"
|
||||
category: "system"
|
||||
version: "0.1.0"
|
||||
version: "0.1.1-rc1"
|
||||
labels:
|
||||
github.repo: "immucore"
|
||||
autobump.revdeps: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user