mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 21:12:45 +00:00
Tweak FLAGS
in GHA Docker builds
This commit is contained in:
parent
9c0725feac
commit
ef52731e9f
2 changed files with 9 additions and 6 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue