Revert "save"

This reverts commit e5f93fe910.
This commit is contained in:
alex.sharov 2023-02-10 18:10:27 +07:00
parent e5f93fe910
commit 77f010523d

View File

@ -50,28 +50,6 @@ 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"