mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
parent
e5f93fe910
commit
77f010523d
@ -50,28 +50,6 @@ builds:
|
|||||||
tags: [ nosqlite, noboltdb ]
|
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
|
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:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}.next"
|
name_template: "{{ .Tag }}.next"
|
||||||
|
Loading…
Reference in New Issue
Block a user