From ba9af67a4bbad9fb48f9e85bcc151d6b1204374b Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 30 May 2023 22:17:03 +0000 Subject: [PATCH] Bump immucore (#254) Signed-off-by: Itxaka --- packages/system/immucore/build.yaml | 2 +- packages/system/immucore/definition.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/immucore/build.yaml b/packages/system/immucore/build.yaml index 67a5528..d88cfc1 100644 --- a/packages/system/immucore/build.yaml +++ b/packages/system/immucore/build.yaml @@ -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: diff --git a/packages/system/immucore/definition.yaml b/packages/system/immucore/definition.yaml index 3b4ce27..3963e9f 100644 --- a/packages/system/immucore/definition.yaml +++ b/packages/system/immucore/definition.yaml @@ -1,6 +1,6 @@ name: "immucore" category: "system" -version: "0.1.0" +version: "0.1.1-rc1" labels: github.repo: "immucore" autobump.revdeps: "true"