mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-05 09:21:53 +00:00
Build agent 2.8.14 (#849)
This commit is contained in:
@@ -13,6 +13,7 @@ prelude:
|
|||||||
- apt-get update && apt-get install -y npm gcc
|
- apt-get update && apt-get install -y npm gcc
|
||||||
- mkdir /go/src/github.com/${GITHUB_ORG}/ -p
|
- mkdir /go/src/github.com/${GITHUB_ORG}/ -p
|
||||||
- PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && cd /go/src/github.com/${GITHUB_ORG}/ && git clone --branch v${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
|
- PACKAGE_VERSION=${PACKAGE_VERSION%\+*} && cd /go/src/github.com/${GITHUB_ORG}/ && git clone --branch v${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/{{ .Values.name }}.git
|
||||||
|
- cd /go/src/github.com/${GITHUB_ORG}/{{ .Values.name }} && go mod tidy
|
||||||
env:
|
env:
|
||||||
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
|
- GITHUB_ORG={{ ( index .Values.labels "github.owner" ) }}
|
||||||
- HUGO_VERSION=0.113.0
|
- HUGO_VERSION=0.113.0
|
||||||
|
@@ -21,3 +21,25 @@ packages:
|
|||||||
- https://github.com/kairos-io/kairos-agent
|
- https://github.com/kairos-io/kairos-agent
|
||||||
license: "Apache License v2"
|
license: "Apache License v2"
|
||||||
description: "Lifecycle agent for kairos"
|
description: "Lifecycle agent for kairos"
|
||||||
|
- name: "kairos-agent"
|
||||||
|
category: "system"
|
||||||
|
version: "2.8.14"
|
||||||
|
labels:
|
||||||
|
github.repo: "kairos-agent"
|
||||||
|
autobump.revdeps: "true"
|
||||||
|
github.owner: "kairos-io"
|
||||||
|
uri:
|
||||||
|
- https://github.com/kairos-io/kairos-agent
|
||||||
|
license: "Apache License v2"
|
||||||
|
description: "Lifecycle agent for kairos"
|
||||||
|
- name: "kairos-agent"
|
||||||
|
category: "fips"
|
||||||
|
version: "2.8.14"
|
||||||
|
labels:
|
||||||
|
github.repo: "kairos-agent"
|
||||||
|
autobump.revdeps: "true"
|
||||||
|
github.owner: "kairos-io"
|
||||||
|
uri:
|
||||||
|
- https://github.com/kairos-io/kairos-agent
|
||||||
|
license: "Apache License v2"
|
||||||
|
description: "Lifecycle agent for kairos"
|
||||||
|
Reference in New Issue
Block a user