Skip to content
Snippets Groups Projects
Unverified Commit 48b500c6 authored by Philipp Winter's avatar Philipp Winter
Browse files

Extend comments and add version tag.

parent 365bfaeb
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ release:
build:
# Docker's "buildx" module is currently experimental. Here's how one can
# set it up: <https://bugs.torproject.org/33088>.
docker buildx build --platform=linux/arm,linux/arm64,linux/amd64 -t $(IMAGE) .
# You can see what platforms your builder instance supports by running:
# docker buildx inspect --bootstrap
docker buildx build --platform=linux/amd64,linux/arm64 -t $(IMAGE):$(VERSION) .
.PHONY: deploy
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment