This commit is contained in:
Kwitsch 2022-09-16 10:19:40 +02:00
parent 77c555419b
commit dcc7446e39
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ADD . .
RUN --mount=type=cache,target=/go/pkg \
go generate ./...
RUN if [ "${TARGETARCH}" == "arm" ]; then GOARM=$TARGETVARIANT; export GOARM; fi
RUN if [[ "$TARGETARCH" != "arm" ]]; then export GOARM=$TARGETVARIANT; fi
# build binary
RUN --mount=target=. \