1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00

7 Commits

Author SHA1 Message Date
69fd66299f goreleaser: improve portability
- Use tags=netgo to ensure net package won't use cgo
- Rebuild stdlib (go build -a) to really disable cgo as it was
  tried in https://github.com/osrg/gobgp/pull/2300
- Remove static ldflags as it would statically compile cgo
2021-02-25 12:52:03 +01:00
789d5486b7 goreleaser: disable cgo completely
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
2020-06-30 22:55:31 +09:00
9f936065a9 update goreleaser config file
works with version 0.111.0.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
2019-07-01 20:58:27 +09:00
e64870d816 fix goreleaser to build static binaries
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2018-07-15 10:10:57 +09:00
c4775c4251 follow Standard Go Project Layout
https://github.com/golang-standards/project-layout

Now you can see clearly what are private and public library code.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2018-07-07 20:44:25 +09:00
1e95909785 goreleaser: add arm64 binary
fixes #1640

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2018-04-10 14:02:29 +09:00
0723aa8148 create github releases with binaries
https://github.com/goreleaser/goreleaser

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2017-08-02 11:00:17 +09:00