Skip to content

Commit bc00950

Browse files
authored
workflows: remove windows for ci and release (#1742)
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 61625dd commit bc00950

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
run: GOOS=darwin go build -o terraformer-all-darwin-amd64
2727
- name: Build for mac Apple Silicon
2828
run: GOOS=darwin GOARCH=arm64 go build -o terraformer-all-darwin-arm64
29-
- name: Build for windows
30-
run: GOOS=windows go build -o terraformer-all-windows-amd64
3129
- name: Build for all providers
3230
run: go run build/multi-build/main.go
3331

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
platform: [ubuntu-latest, macos-latest, windows-latest]
15+
platform: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)