Skip to content

Commit

Permalink
fix: rename arm rpms with yum-compatible names
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshepherd committed Jun 25, 2021
1 parent 6aae544 commit a681c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ nfpms:
rpm:
replacements:
amd64: x86_64
arm64: aarch64
armhf: armv7hl
file_name_template: "influxdb2-nightly.{{ .Arch }}"
deb:
file_name_template: "influxdb2-nightly-{{ .Arch }}"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This release adds an embedded SQLite database for storing metadata required by t
1. [21648](https://github.com/influxdata/influxdb/pull/21648): Change static legend's `hide` to `show` to let users decide if they want it.
1. [21662](https://github.com/influxdata/influxdb/pull/21662): Do not close connection twice in DigestWithOptions
1. [21691](https://github.com/influxdata/influxdb/pull/21691): Remove incorrect optimization for group-by
1. [21747](https://github.com/influxdata/influxdb/pull/21747): Rename arm64 rpms with yum-compatible aarch64

## v2.0.7 [2021-06-04]

Expand Down

0 comments on commit a681c78

Please sign in to comment.