Skip to content

Commit

Permalink
build: add go_tarantool_msgpack_v5 tag to goreleaser
Browse files Browse the repository at this point in the history
It is already done for local builds [1], but we forgot to do it
for the goreleaser builds on CI.

1. #891

Part of tarantool/tt-ee#243
  • Loading branch information
oleg-jukovec committed Oct 21, 2024
1 parent 437b271 commit b403935
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- Release packages were built using the outdated and buggy MessagePack
library.

## [2.5.0] - 2024-10-15

Added a number of subcommands for replicaset roles,
Expand Down
1 change: 1 addition & 0 deletions goreleaser/.goreleaser_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
- netgo
- osusergo
- openssl_static
- go_tarantool_msgpack_v5

ldflags:
- -linkmode=external -extldflags -static
Expand Down
1 change: 1 addition & 0 deletions goreleaser/.goreleaser_linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
- netgo
- osusergo
- openssl_static
- go_tarantool_msgpack_v5

ldflags:
- -linkmode=external -extldflags -static
Expand Down
1 change: 1 addition & 0 deletions goreleaser/.goreleaser_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
- netgo
- osusergo
- openssl_static
- go_tarantool_msgpack_v5

ldflags:
- -s -w
Expand Down

0 comments on commit b403935

Please sign in to comment.