We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fix chroot builds fail to copy out binaries
810ff2c
Closes #77; thanks @Randrianasulu
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: