diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-05-23 08:36:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-05-23 08:36:15 +0000 |
| commit | 8b07d0201ee57838dc3f65a7b5f172d157b5de0c (patch) | |
| tree | 686ccb6ee8cac1dbd704b5827749ca25a40d6a19 | |
| parent | fd1011f622870385d8a694d60b66269e731b36cd (diff) | |
Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b4452d5..25e499c4 100644 --- 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 |
