mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-14 14:15:09 +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}"
|
- LDFLAGS="-s -w -X github.com/kairos-io/immucore/internal/version.version=v${PACKAGE_VERSION}"
|
||||||
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 -o {{ .Values.name }} -ldflags="${LDFLAGS}" && mv {{.Values.name}} /usr/bin/
|
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}}
|
- chmod +x /usr/bin/{{.Values.name}}
|
||||||
includes:
|
includes:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: "immucore"
|
name: "immucore"
|
||||||
category: "system"
|
category: "system"
|
||||||
version: "0.1.0"
|
version: "0.1.1-rc1"
|
||||||
labels:
|
labels:
|
||||||
github.repo: "immucore"
|
github.repo: "immucore"
|
||||||
autobump.revdeps: "true"
|
autobump.revdeps: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user