File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,22 @@ builds:
1616 - -trimpath
1717 ldflags :
1818 - -s -w -X github.com/northwood-labs/terraform-provider-corefunc/v2/cmd.Version={{.Version}}
19+
20+ # #
21+ # Terraform build matrix
22+ # https://github.com/hashicorp/terraform/blob/main/.github/workflows/build.yml
23+ #
24+ # OpenTofu build matrix
25+ # https://github.com/opentofu/opentofu/blob/main/.github/workflows/build.yml
26+ # #
27+
1928 goos :
2029 - darwin
2130 - freebsd
2231 - linux
2332 - netbsd
2433 - openbsd
34+ - solaris
2535 - windows
2636 goarch :
2737 - " 386"
@@ -33,6 +43,16 @@ builds:
3343 goarch : " 386"
3444 - goos : darwin
3545 goarch : arm
46+
47+ - goos : solaris
48+ goarch : " 386"
49+ - goos : solaris
50+ goarch : arm
51+ - goos : solaris
52+ goarch : arm64
53+
54+ - goos : windows
55+ goarch : arm
3656 binary : " {{ .ProjectName }}_v{{ .Version }}"
3757
3858# https://goreleaser.com/customization/archive/
You can’t perform that action at this time.
0 commit comments