-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
chore(packaging): wrong executable format #886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes! nice catch. LGTM!
was a little quick on the approve button! check my comments before merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra && need to be removed but LGTM, nice catch
Due to an invalid usage of bash, the binary was always built for amd64. This fixes that and builds the correct one.
e501d75
to
2feb646
Compare
thanks, missed that |
@sh0rez Build is failed for promtail arm64 |
Thanks, CircleCI is kinda quirky, retriggering until it suceeds |
Due to an invalid usage of bash, the binary was always built for amd64.
This fixes that and builds the correct one.
Fixes #885