mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
fix(release): use prefixed compiler for amd64 (#6853)
if ever planned to release from arm64 this fix allows to build it as gcc defaults to host arch Signed-off-by: Artur Troian <troian.ap@gmail.com> Signed-off-by: Artur Troian <troian.ap@gmail.com>
This commit is contained in:
parent
80b375b074
commit
cf61e6a7d0
@ -34,8 +34,8 @@ builds:
|
||||
goos: [ linux ]
|
||||
goarch: [ amd64 ]
|
||||
env:
|
||||
- CC=gcc
|
||||
- CXX=g++
|
||||
- CC=x86_64-linux-gnu-gcc
|
||||
- CXX=x86_64-linux-gnu-g++
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user