mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
There is no riscv64 alpine image
This commit is contained in:
parent
f12ea645ec
commit
d153057ca0
|
|
@ -46,11 +46,6 @@ if [ "$TARGETARCH" != "$USERARCH" ]; then
|
|||
export CC=powerpc64le-linux-musl-gcc
|
||||
;;
|
||||
|
||||
riscv64)
|
||||
curl -s https://musl.cc/riscv64-linux-musl-cross.tgz | tar xz --strip-components=1 -C /usr
|
||||
export CC=riscv64-linux-musl-gcc
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unsupported GOARCH=${GOARCH}"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue