Skip to content

A Docker image that can be used to cross compile applications for running in an Alpine image

License

Notifications You must be signed in to change notification settings

deinspanjer/archlinux_crosscompiler_for_alpine

Repository files navigation

archlinux_crosscompiler_for_alpine

A Docker image that can hopefully be used to cross compile applications for running in an Alpine image

Based on instructions from Cross Compiler targeting Alpine and Installing ArchLinux inside an Alpine chroot So far:

  1. docker build -t thisthing .
  2. docker run -it --privileged thisthing bash
  3. ./start_chroot.sh arch_chroot
  4. ./setup_base_arch_env.sh
  5. ???
  6. Profit (currently trying to get the setup_postgrest_arch_env.sh to work)

About

A Docker image that can be used to cross compile applications for running in an Alpine image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages