浏览代码
Add a specific timeout for the Docker multiarch build
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
tags/2.0.0-beta.1
Thomas Citharel
1年前
找不到此签名对应的密钥
GPG 密钥 ID: A061B9DDE0CA0773
共有
1 个文件被更改,包括
2 次插入 和
1 次删除
-
.gitlab-ci.yml
|
|
@@ -210,10 +210,11 @@ pages: |
|
|
|
docker buildx build |
|
|
|
--push |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm |
|
|
|
-t framasoft/mobilizon:multiarch |
|
|
|
-t $DOCKER_IMAGE_NAME |
|
|
|
-f docker/production/Dockerfile . |
|
|
|
tags: |
|
|
|
- "privileged" |
|
|
|
timeout: 3 hours |
|
|
|
|
|
|
|
build-docker-master: |
|
|
|
<<: *docker |
|
|
|