Skip to content

Commit

Permalink
Enable build on windows in CI and on release
Browse files Browse the repository at this point in the history
Windows support was added by @xypwn in
* #239
and then broken in
* #262

...which should be fixed in:
https://github.com/refaktor/rye/blob/bd61e7f2d951f953a42c4d566e3969d88ffa218b/util/getcolumns_native.go#L18-L20
  • Loading branch information
stefanb committed Jul 23, 2024
1 parent bd61e7f commit 8675fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
image:
- macos-latest
- ubuntu-latest
# - windows-latest
- windows-latest
runs-on: ${{ matrix.image }}

steps:
Expand Down
8 changes: 3 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ builds:
- CGO_ENABLED=0
goos:
- linux
# - windows
- windows
- darwin
- js
goarch:
Expand All @@ -28,10 +28,8 @@ builds:
- wasm

ignore: # List of combinations of GOOS + GOARCH + GOARM to ignore.
# - goos: windows
# goarch: arm64
# - goos: windows
# goarch: arm
- goos: windows
goarch: arm

flags:
- -tags=b_tiny
Expand Down

0 comments on commit 8675fba

Please sign in to comment.