File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,15 @@ flags:
1212 - -tags=netgo
1313
1414# The OS to compile for. `GOOS` env variable will be set to this value.
15- goos : linux
15+ goos :
16+ - windows
17+ - linux
18+ - darwin
1619
1720# The architecture to compile for. `GOARCH` env variable will be set to this value.
18- goarch : amd64
21+ goarch :
22+ - amd64
23+ - arm64
1924
2025# (Optional) Entrypoint to compile.
2126main : ./cmd/lcode-hub
@@ -26,7 +31,7 @@ main: ./cmd/lcode-hub
2631# Binary output name.
2732# {{ .Os }} will be replaced by goos field in the config file.
2833# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : binary -{{ .Os }}-{{ .Arch }}
34+ binary : lcode-hub -{{ .Os }}-{{ .Arch }}
3035
3136# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3237ldflags :
You can’t perform that action at this time.
0 commit comments