Skip to content

Statically linked squashfuse compiled with musl and glibc

License

Notifications You must be signed in to change notification settings

VHSgunzo/squashfuse-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

squashfuse-static

Statically linked squashfuse compiled with musl and glibc

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/squashfuse-static.git
cd squashfuse-static
  • Compile the binaries
# for x86_64 musl
docker run --rm -it -v "$PWD:/root" --platform=linux/amd64 alpine:latest /root/build.sh

# for aarch64 musl (required qemu-user-static)
docker run --rm -it -v "$PWD:/root" --platform=linux/arm64 alpine:latest /root/build.sh

#----------------

# for x86_64 glibc
docker run --rm -it -v "$PWD:/root" --platform=linux/amd64 ubuntu:jammy bash /root/build.sh

# for aarch64 glibc (required qemu-user-static)
docker run --rm -it -v "$PWD:/root" --platform=linux/arm64 ubuntu:jammy bash /root/build.sh
  • Or take an already precompiled from the releases

About

Statically linked squashfuse compiled with musl and glibc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages