diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-02 14:41:38 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-02 14:41:38 +0000 |
commit | ef52731e9f07d684d743b26ee297b6fb64c7d27f (patch) | |
tree | 9422471be4a005d0fe3865c92d24a6f0dd1df8d3 /Dockerfile | |
parent | 9c0725feac61b8586d6bb6911a8dac10a68e8bfd (diff) |
Tweak `FLAGS` in GHA Docker builds
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |