Skip to content
Snippets Groups Projects
Commit f4c952d6 authored by schnarkus's avatar schnarkus
Browse files

fix parallel matrix

parent 44825e69
No related branches found
No related tags found
No related merge requests found
Pipeline #58835 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment