Fernando K pushed to branch main at Root / Netboxadm
Commits:
-
952c7bb2
by Fernando Monteiro Kiotheka at 2025-07-30T17:12:15-03:00
1 changed file:
Changes:
... | ... | @@ -13,3 +13,13 @@ gitlab_urls: |
13 | 13 | |
14 | 14 | # Set this if you set GITLAB_TOKEN to the value of CI_JOB_TOKEN.
|
15 | 15 | use_job_token: true
|
16 | + |
|
17 | +builds:
|
|
18 | + goos:
|
|
19 | + - darwin
|
|
20 | + - linux
|
|
21 | + goarch:
|
|
22 | + - amd64
|
|
23 | + - arm64
|
|
24 | + goamd64:
|
|
25 | + - v2 |