fix separatord

This commit is contained in:
Adrien le Maire 2021-04-29 15:23:43 +02:00
parent d38a19bfee
commit 0a44914536

View File

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