Skip to content

Commit 24cb761

Browse files
committed
ci: Added a solaris/amd64 build since Terraform and OpenTofu have one.
1 parent 04c09af commit 24cb761

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.goreleaser.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)