mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-17 16:00:28 +00:00
Build operator-sdk in amd64
This commit is contained in:
committed by
GitHub
parent
40d0a33fb3
commit
90b4573442
@@ -1,3 +1,5 @@
|
||||
# This is only for amd64
|
||||
{{ if eq .Values.arch "" }}
|
||||
requires:
|
||||
- name: "toolchain-go"
|
||||
category: "development"
|
||||
@@ -12,4 +14,5 @@ env:
|
||||
steps:
|
||||
- cd go/src/github.com/${GITHUB_ORG}/{{ .Values.name }}/ && git checkout v"${PACKAGE_VERSION}" -b build && make build && mv build/* /usr/bin/
|
||||
includes:
|
||||
- usr/bin/.*|usr/bin
|
||||
- usr/bin/.*|usr/bin
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user