Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservice
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
masi9606
webservice
Commits
f4c952d6
Commit
f4c952d6
authored
10 months ago
by
schnarkus
Browse files
Options
Downloads
Patches
Plain Diff
fix parallel matrix
parent
44825e69
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#58835
passed
10 months ago
Stage: test
Stage: build
Stage: publish
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-7
2 additions, 7 deletions
.gitlab-ci.yml
with
2 additions
and
7 deletions
.gitlab-ci.yml
+
2
−
7
View file @
f4c952d6
...
...
@@ -18,13 +18,8 @@ build_job:
image
:
public.ecr.aws/docker/library/golang:1.21
parallel
:
matrix
:
-
GOOS
:
-
linux
-
darwin
-
windows
-
GOARCH
:
-
amd64
-
arm64
-
GOOS
:
[
linux
,
darwin
,
windows
]
GOARCH
:
[
amd64
,
arm64
]
script
:
|
go build -o webservice_${GOOS}_${GOARCH}.bin ./*.go
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment