Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-12 | cleanup 'configure'v0.0.3 | Andreas Fankhauser hiddenalpha.ch | |
2024-10-11 | Fix bug of bad length. | Andreas Fankhauser hiddenalpha.ch | |
2023-08-24 | Replace ugly docker build env by qemu setup script.v0.0.2 | Andreas Fankhauser hiddenalpha.ch | |
2022-10-20 | Enhance docker-build doc for debian | Andreas Fankhauser hiddenalpha.ch | |
- Older OS release for better portability - Add hint about musl libc - Use apt-get over apt cmd to fix api warnings | |||
2022-08-23 | Cleanup | Andreas Fankhauser hiddenalpha.ch | |
- Fix version string while dockerbuild. - Use quotes in log msgs. - Add apt cleanup in debian build example. - Fix off-by-one error in summary log msg. - Allow to clone by tag within Dockerfile. - Add some missing LFs in err msgs. | |||
2022-07-13 | Set NDEBUG=1 as default. Fix wrong CMD in dockerfile. Drop indentation in ↵ | Andreas Fankhauser (@tux-six) | |
shell block because looks ugly in markdown | |||
2022-07-12 | (DockerBuild) Add hint about how to build for debian plus some cleanup | Andreas Fankhauser (@tux-six) | |
2022-07-06 | Add contrib Dockerfile about how to build from tarball | Andreas Fankhauser (@tux-six) | |
- rename README.txt -> README.md - Add contrib Dockerfile as sample how to build from tarball - Fix bashism 'set -o posix' |