mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
save
This commit is contained in:
parent
d6fdbb8e7b
commit
e5f93fe910
@ -50,6 +50,28 @@ builds:
|
||||
tags: [ nosqlite, noboltdb ]
|
||||
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 ]
|
||||
ldflags: -s -w
|
||||
|
||||
- id: windows-arm64
|
||||
main: ./cmd/erigon
|
||||
binary: erigon
|
||||
goos: [ windows ]
|
||||
goarch: [ arm64 ]
|
||||
env:
|
||||
- CC=/llvm-mingw/bin/aarch64-w64-mingw32-gcc
|
||||
- CXX=/llvm-mingw/bin/aarch64-w64-mingw32-g++
|
||||
tags: [ nosqlite, noboltdb ]
|
||||
ldflags: -s -w
|
||||
|
||||
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}.next"
|
||||
|
Loading…
Reference in New Issue
Block a user