mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
(Hopefully) Read $TARGETPLATFORM correctly
This commit is contained in:
parent
190dd7b105
commit
764602b22a
3
.github/workflows/Dockerfile.copyin
vendored
3
.github/workflows/Dockerfile.copyin
vendored
|
|
@ -1,7 +1,4 @@
|
||||||
ARG builder
|
ARG builder
|
||||||
ARG TARGETPLATFORM
|
|
||||||
|
|
||||||
RUN "echo $TARGETPLATFORM"
|
|
||||||
|
|
||||||
# https://stackoverflow.com/a/63472135/3551604
|
# https://stackoverflow.com/a/63472135/3551604
|
||||||
FROM ${TARGETPLATFORM}/${builder}:latest as builder
|
FROM ${TARGETPLATFORM}/${builder}:latest as builder
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue