feat: support armhf & i386 architectures (#355)

This commit is contained in:
Julien Neuhart
2021-09-21 18:38:11 +02:00
committed by GitHub
parent 6e47f16fe1
commit c500ec071e
3 changed files with 6 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ godoc: ## Run a webserver with Gotenberg godoc (go get golang.org/x/tools/cmd/go
godoc -http=:6060
.PHONY: release
release: ## Build the Gotenberg's Docker image for linux/amd64 and linux/arm64 platforms, then push it to a Docker repository
release: ## Build the Gotenberg's Docker image for many platforms, then push it to a Docker repository
./scripts/release.sh \
$(GOLANG_VERSION) \
$(GOTENBERG_VERSION) \