Skip to content

Commit

Permalink
chore: Remove windows 386 as a binary target for releases
Browse files Browse the repository at this point in the history
modernc.org/sqlite no longer (and apparently never did)
support windows 386 as a build target:
https://gitlab.com/cznic/sqlite/-/issues/112. We can add
windows-arm64 the targets.

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Nov 4, 2022
1 parent 0772b85 commit e0aec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
goarch: '386'
env:
GOOS: ${{matrix.goos}}
GOARCH: ${{matrix.goarch}}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
goarch: '386'
steps:
- name: Fetch Archive
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e0aec66

Please sign in to comment.