add goarm

This commit is contained in:
Kwitsch 2022-09-19 19:43:05 +02:00
parent a95c6f6fdf
commit f7591e675a
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN --mount=type=cache,target=/go/pkg \
# build binary
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
export GOARM=${TARGETVARIANT##*v} && \
/scripts/printenv.sh && \
go build \
-tags static,sqlite_omit_load_extensions,osusergo,netgo \