Commit Graph

10 Commits

Author SHA1 Message Date
battlmonstr
b86bdb7a7e
silkworm: disable in release binaries (#8927)
A short-term safety measure to keep release.yml GH workflow unaffected.
2023-12-08 11:07:19 +01:00
Alex Sharov
6a7824c469
remove netgo tag on win (#7421) 2023-05-02 08:34:35 +07:00
gfx
7f28889e7b
hopefully fix #7130 (#7193)
i think issue is
https://github.com/golang/go/issues/30310#issuecomment-471669125

i was able to reproduce on my machine using go releaser dry run, and
adding this build flag fixed it.

apparently its some glibc issue, what a surprise! :)

Co-authored-by: a <a@tuxpa.in>
2023-03-28 02:43:18 +00:00
Artur Troian
cf61e6a7d0
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>
2023-02-12 14:31:54 +00:00
Alex Sharov
6e85024a2b
Win binaries (#6831) 2023-02-10 12:12:18 +00:00
alex.sharov
77f010523d Revert "save"
This reverts commit e5f93fe910.
2023-02-10 18:10:27 +07:00
alex.sharov
e5f93fe910 save 2023-02-10 18:09:42 +07:00
Alex Sharov
ad1291adc2
test win build (#6805) 2023-02-08 18:38:33 +07:00
Alex Sharov
7806324c4a
test release (#6802) 2023-02-08 16:31:32 +07:00
Tim Myers
20e882078e
chore: add multi-arch goreleaser workflow (#5185)
Upstreams the improvement from the maticnetwork/erigon fork
to add a goreleaser workflow that will build and release
a docker image for both arm and amd64.
2022-08-27 16:22:28 +07:00