Skip to content

Commit bc48be3

Browse files
author
Plamen Pilev
committed
provide values for os and arch vars
1 parent 13780cb commit bc48be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
go-version: "1.21"
1919
- name: Test
2020
run: go build -v && go test ./...
21-
- name: Build for windows/amd64
22-
run: go build -o terraformer-aws-windows-amd64
21+
- name: Build for win/amd64
22+
run: GOOS=windows GOARCH=amd64 go build -o terraformer-aws-windows-amd64
2323

2424
- uses: "marvinpinto/action-automatic-releases@latest"
2525
with:

0 commit comments

Comments
 (0)