Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

support ARMv6 linux builds - #332

Merged
rfratto merged 2 commits into
grafana-cold-storage:masterfrom
rfratto:armv6-support
Jan 15, 2021
Merged

support ARMv6 linux builds#332
rfratto merged 2 commits into
grafana-cold-storage:masterfrom
rfratto:armv6-support

Conversation

@rfratto

@rfratto rfratto commented Jan 15, 2021

Copy link
Copy Markdown
Contributor

PR Description

Adds ARMv6 release builds and Docker images for agent and agentctl to support older Raspberry Pi devices.

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG updated
  • Documentation added
  • Tests updated

Comment thread Makefile
Comment on lines 198 to +199
dist: dist-agent dist-agentctl
for i in dist/*; do zip -j -m $$i.zip $$i; done
make dist-packages
for i in dist/agent*; do zip -j -m $$i.zip $$i; done

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdbaldry heads up, I swapped the order of these and changed it to only zip files starting in agent. The way it worked before was causing both the zipped and non-zipped version of the linux-amd64 binaries to be added as release assets

@rfratto
rfratto merged commit 2d8de23 into grafana-cold-storage:master Jan 15, 2021
@rfratto
rfratto deleted the armv6-support branch January 15, 2021 20:33
@mattdurham mattdurham mentioned this pull request Sep 7, 2021
3 tasks
mattdurham pushed a commit that referenced this pull request Nov 11, 2021
* support ARMv6 linux builds

* Only zip files starting with `agent`
@github-actions github-actions Bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Apr 21, 2024
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants