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

chroot builds fail to copy out binaries #77

Open
Randrianasulu opened this issue Oct 19, 2024 · 0 comments · May be fixed by #78
Open

chroot builds fail to copy out binaries #77

Randrianasulu opened this issue Oct 19, 2024 · 0 comments · May be fixed by #78

Comments

@Randrianasulu
Copy link

I tried chroot build, because I use Slackware 15.0 i586 so docker is unsupported here.

First, build need ALPINE_ARCH, documentation in BUILDING wrong on this point.

Second, it failed to produce binaries in "out" when run like this:

env ALPINE_ARCH=x86 scripts/chroot/chroot_build.sh

I think I fixed that, see attach
0001-Fix-chroot-build-so-it-copies-out-binaries.txt

basically just use "runtime-${appimage_arch}" instead of plain 'runtime' in find lines.

probonopd added a commit that referenced this issue Oct 19, 2024
@probonopd probonopd linked a pull request Oct 19, 2024 that will close this issue
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 a pull request may close this issue.

1 participant