build: use goreleaser within dockerfile
jfa-go-build-docker has also been updated with libolm deps for all arches, and version.sh now tells goreleaser to do internal or external.
This commit is contained in:
@@ -15,6 +15,15 @@ else
|
||||
export JFA_GO_MINIFY=""
|
||||
fi
|
||||
|
||||
if [[ -z "${INTERNAL}" ]]; then
|
||||
export INTERNAL=on
|
||||
fi
|
||||
if [[ "${INTERNAL}" == "on" ]]; then
|
||||
export JFA_GO_TAG=""
|
||||
else
|
||||
export JFA_GO_TAG="external"
|
||||
fi
|
||||
|
||||
JFA_GO_VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit')
|
||||
TIMEOUT=60m
|
||||
|
||||
|
||||
Reference in New Issue
Block a user