commit: 8b07d0201ee57838dc3f65a7b5f172d157b5de0c
parent fd1011f622870385d8a694d60b66269e731b36cd
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Thu, 23 May 2024 08:36:15 +0000
Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -43,6 +43,8 @@ lint:
test:
stage: test
+ tags:
+ - amd64
variables:
APT_CACHE_DIR: apt-cache
script:
@@ -54,6 +56,8 @@ test:
build:
stage: build
+ tags:
+ - amd64
script:
- yarn
- npm run build