1
0
mirror of https://github.com/coreos/mantle.git synced 2026-02-05 18:45:05 +01:00

build: don't build kolet for arm64 or s390x on CL branch

This commit is contained in:
Benjamin Gilbert
2019-10-08 21:51:29 -04:00
parent 386a43cc3f
commit 8d178b3522

2
build
View File

@@ -26,7 +26,7 @@ host_build() {
cross_build() {
local a
for a in amd64 arm64 s390x; do
for a in amd64; do
echo "Building $a/$1"
mkdir -p "bin/$a"
CGO_ENABLED=0 GOARCH=$a \