Skip to content

Commit

Permalink
Merge pull request #44 from testinprod-io/disable-windows-build
Browse files Browse the repository at this point in the history
Disable windows build from release CI workflow
  • Loading branch information
ImTei authored Apr 20, 2023
2 parents 4a7b3f5 + e728e69 commit 7d9dce0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ builds:
tags: [ nosqlite, noboltdb, netgo ]
ldflags: -s -w -extldflags "-static" # We need to build a static binary because we are building in a glibc based system and running in a musl container

- id: windows-amd64
main: ./cmd/erigon
binary: erigon
goos: [ windows ]
goarch: [ amd64 ]
env:
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
tags: [ nosqlite, noboltdb, netgo ]
ldflags: -s -w
# - id: windows-amd64
# main: ./cmd/erigon
# binary: erigon
# goos: [ windows ]
# goarch: [ amd64 ]
# env:
# - CC=x86_64-w64-mingw32-gcc
# - CXX=x86_64-w64-mingw32-g++
# tags: [ nosqlite, noboltdb, netgo ]
# ldflags: -s -w


snapshot:
Expand Down

0 comments on commit 7d9dce0

Please sign in to comment.