Merge pull request 'Disable ARM64 CI builds (no more ARM builders)' (#4) from chore/disable-builds into master

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
opencodecabilloteu
2026-06-10 18:52:15 -04:00
+18 -18
View File
@@ -6,22 +6,22 @@ services:
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master: #build-master:
stage: build # stage: build
tags: # tags:
- arm64 # - arm64
script: # script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" . # - docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE" # - docker push "$CI_REGISTRY_IMAGE"
only: # only:
- master # - master
build: #build:
stage: build # stage: build
tags: # tags:
- arm64 # - arm64
script: # script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . # - docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" # - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except: # except:
- master # - master