Skip to content

Commit

Permalink
CI: add arm64 tag for using runners on arm CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
AruMoon committed Sep 19, 2024
1 parent 03e6de5 commit a065143
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ stages:

test-debug:
stage: test
tags:
- arm64
script:
- mkdir .git/hooks -p
- python3 RUN_THIS.py
Expand All @@ -17,6 +19,8 @@ test-debug:

publish:
stage: publish
tags:
- arm64
interruptible: true
only:
- schedules
Expand All @@ -42,6 +46,8 @@ publish:

publish-artifact:
stage: publish
tags:
- arm64
interruptible: true
except:
- schedules
Expand Down

0 comments on commit a065143

Please sign in to comment.