This commit is contained in:
2023-10-25 17:31:09 +02:00
parent c05070da54
commit 8479a3f6cc
4 changed files with 1431 additions and 115 deletions

View File

@@ -6,7 +6,7 @@ export GOPATH=""
# enable cgo due to
# https://github.com/containers/image/issues/1382
# which means difficult times ahead with cross compiling
export CGO_ENABLED=1
export CGO_ENABLED=0
set -e
set -x