From 16a94e1767be80af9bd1971c07c045a9c465f6f4 Mon Sep 17 00:00:00 2001 From: Cherry Sakura Date: Tue, 31 Oct 2023 06:31:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitlab-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8122a3f..e2184b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ docker-build: tag=":$CI_COMMIT_REF_SLUG" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" fi - - docker buildx build -t "$CI_REGISTRY_IMAGE${tag}" --platform=linux/arm,linux/arm64,linux/amd64 . --push + - docker buildx build -t "$CI_REGISTRY_IMAGE${tag}" --platform=linux/arm64,linux/amd64 . --push # Run this job in a branch where a Dockerfile exists rules: - if: $CI_COMMIT_BRANCH