fix: rename arm rpms with yum-compatible names (#21747)

pull/21758/head
Cody Shepherd 2021-06-25 12:04:05 -07:00 committed by GitHub
parent 6aae544ac8
commit 1a37996bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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 }}"

View File

@ -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 arm rpms with yum-compatible names
## v2.0.7 [2021-06-04]