Bump immucore (#254)

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
Itxaka 2023-05-30 22:17:03 +00:00 committed by GitHub
parent d623f4b8f9
commit ba9af67a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"