Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: WANTED_OSES / WANTED_ARCHES was removed, use PLATFORMS #372

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

mem
Copy link
Contributor

@mem mem commented Nov 23, 2022

A while back the use of the WANTED_OSES and WANTED_ARCHES variables was removed in favor of buidling a single list using PLATFORMS, which has a default value.

When this was fixed, the scripts/package/goreleaser-build wrapper was broken, and we didn't notice because we didn't do a release. Later we didn't notice because we ourselves use the docker images, which are unaffected by this.

Fix this by passing PLATFORMS in the wrapper.

Fixes: #367
Signed-off-by: Marcelo E. Magallon marcelo.magallon@grafana.com

A while back the use of the WANTED_OSES and WANTED_ARCHES variables was
removed in favor of buidling a single list using PLATFORMS, which has a
default value.

When this was fixed, the scripts/package/goreleaser-build wrapper was
broken, and we didn't notice because we didn't do a release. Later we
didn't notice because we ourselves use the docker images, which are
unaffected by this.

Fix this by passing PLATFORMS in the wrapper.

Fixes: #367
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
@mem mem requested a review from a team as a code owner November 23, 2022 21:57
@mem mem merged commit bf677e4 into main Nov 23, 2022
@mem mem deleted the fix_goleaser_builds branch November 23, 2022 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bash: ./synthetic-monitoring-agent: cannot execute binary file
1 participant