We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61625dd commit bc00950Copy full SHA for bc00950
.github/workflows/release.yaml
@@ -26,8 +26,6 @@ jobs:
26
run: GOOS=darwin go build -o terraformer-all-darwin-amd64
27
- name: Build for mac Apple Silicon
28
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
31
- name: Build for all providers
32
run: go run build/multi-build/main.go
33
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
strategy:
14
matrix:
15
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
18
- uses: actions/checkout@v3
0 commit comments