Skip to content

Commit

Permalink
Remove windows builds until release build can be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhchand committed Jun 21, 2022
1 parent a8e52f0 commit 71231dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goos: [linux, darwin]
goarch: ['386', amd64, arm64]
exclude:
- goarch: '386'
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.17
Expand Down

0 comments on commit 71231dc

Please sign in to comment.