Skip to content

Commit

Permalink
refactor(build): drop windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Feb 17, 2025
1 parent 75eda7f commit 59083db
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ builds:
- -s -w -X github.com/ethpandaops/xatu/pkg/proto/xatu.Release={{.Tag}} -X github.com/ethpandaops/xatu/pkg/proto/xatu.GitCommit={{.ShortCommit}} -X github.com/ethpandaops/xatu/pkg/proto/xatu.GOOS=linux -X github.com/ethpandaops/xatu/pkg/proto/xatu.GOARCH=arm64
mod_timestamp: "{{ .CommitTimestamp }}"

- id: windows-amd64
env:
- CGO_ENABLED=1
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
- CGO_CXXFLAGS="-std=c++11"
binary: xatu-{{.Version}}
goos:
- windows
goarch:
- amd64
ldflags:
- -s -w -extldflags "-static" -X github.com/ethpandaops/xatu/pkg/proto/xatu.Release={{.Tag}} -X github.com/ethpandaops/xatu/pkg/proto/xatu.GitCommit={{.ShortCommit}} -X github.com/ethpandaops/xatu/pkg/proto/xatu.GOOS=windows -X github.com/ethpandaops/xatu/pkg/proto/xatu.GOARCH=amd64
mod_timestamp: "{{ .CommitTimestamp }}"

- id: darwin-amd64
env:
- CGO_ENABLED=1
Expand Down

0 comments on commit 59083db

Please sign in to comment.