platform fix

This commit is contained in:
Kwitsch 2022-09-14 17:19:44 +02:00
parent d2e66b8343
commit b3d9d661dc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ADD . .
# build binary
RUN --mount=type=cache,target=/root/.cache/go-build,sharing=locked \
GOCACHE=/root/.cache/go-build/$BUILDPLATFORM \
GOCACHE=/root/.cache/go-build/${BUILDPLATFORM} \
go build \
-mod=vendor \
-tags static \