Tweak FLAGS in GHA Docker builds

This commit is contained in:
Neil Alexander 2022-11-02 14:41:38 +00:00
parent 9c0725feac
commit ef52731e9f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 9 additions and 6 deletions

View file

@ -9,7 +9,7 @@ RUN apk --update --no-cache add bash build-base curl
#
# build creates all needed binaries
#
FROM base AS build
FROM --platform=${BUILDPLATFORM} base AS build
WORKDIR /src
ARG TARGETOS
ARG TARGETARCH