mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
feat(build): add ppc64le architecture (#1344)
* Support ppc64le architecture # Conflicts: # .github/workflows/continuous-delivery.yml # .github/workflows/continuous-integration.yml * Adding descriptive missing tags * empty commit for triggering CI * ci(ppc64le): wrong runner * fix(ci): iincrease timeout for integration tests to 40 minutes --------- Co-authored-by: Andrea Esposito <andrea.esposito@horsa.it>
This commit is contained in:
2
Makefile
2
Makefile
@@ -163,7 +163,7 @@ NO_CONCURRENCY=false
|
||||
|
||||
.PHONY: test-integration
|
||||
test-integration: ## Run integration tests
|
||||
go test -timeout 20m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
|
||||
go test -timeout 40m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
|
||||
--gotenberg-docker-repository=$(DOCKER_REPOSITORY) \
|
||||
--gotenberg-version=$(GOTENBERG_VERSION) \
|
||||
--gotenberg-container-platform=$(PLATFORM) \
|
||||
|
||||
Reference in New Issue
Block a user