Skip to content

Commit

Permalink
gitlab-ci: use arch-specific tags for OS selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Dec 17, 2022
1 parent 04f65aa commit 0119cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
- build
- docker
- ghostflow
- linux
- linux-x86_64

.cargo_privileged_tags:
tags:
- docker
- ghostflow
- linux
- linux-x86_64
- privileged

.cargo_fetch_job:
Expand Down

0 comments on commit 0119cb2

Please sign in to comment.