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

Wrong name in the tar file. #11

Open
jermon opened this issue Apr 13, 2020 · 1 comment
Open

Wrong name in the tar file. #11

jermon opened this issue Apr 13, 2020 · 1 comment

Comments

@jermon
Copy link

jermon commented Apr 13, 2020

In the produced tarfile
the name of the directory contains x86 even in the package is built for arm7

Expected result

A tarfile named ex. metricbeat-6.8.7-linux-arm7.tar.gz should contain a dir metricbeat-6.8.7-linux-arm7

@andig
Copy link
Owner

andig commented Apr 13, 2020

I think the problem is here https://github.com/andig/beats4pi/blob/master/build.sh#L29 since we copy certain files from the x86 archive. Should probably get rid of the dirname entirely.

Would be happy to accept a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants