Update synapse/Makefile

This commit is contained in:
Adrien le Maire 2021-04-29 13:16:05 +00:00
parent d752fcfe68
commit d38a19bfee

View File

@ -6,10 +6,10 @@ IMAGE=synapse
push: get decompress build
get:
wget https://github.com/matrix-org/synapse/archive/refs/tags/$(VERSION).zip
wget https://github.com/matrix-org/synapse/archive/refs/tags/$(VERSION).tar.gz
decompress:
unzip $(VERSION).zip
tar -xf $(VERSION).tar.gz
build:
docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \