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 c72285b commit 803736b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Expand Up @@ -82,6 +82,8 @@ nfpms:
rpm:
replacements:
amd64: x86_64
arm64: aarch64
armhf: armv7hl
file_name_template: "influxdb2-{{ .Version }}.{{ .Arch }}"
deb:
file_name_template: "influxdb2-{{ .Version }}-{{ .Arch }}"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -24,6 +24,7 @@
1. [21524](https://github.com/influxdata/influxdb/pull/21524): Replace telemetry file name with slug for `ttf`, `woff`, and `eot` files.
1. [21549](https://github.com/influxdata/influxdb/pull/21549): Enable use of absolute path for `--upgrade-log` when running `influxd upgrade` on Windows.
1. [21548](https://github.com/influxdata/influxdb/pull/21548): Make InfluxQL meta queries respect query timeouts.
1. [21748](https://github.com/influxdata/influxdb/pull/21748): rename arm rpms with yum-compatible names

## v2.0.6 [2021-04-29]
----------------------
Expand Down

0 comments on commit 803736b

Please sign in to comment.