Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-21 | various changes | Ruben ten Hove | |
2022-06-18 | add tagged releases | Ruben ten Hove | |
2022-06-18 | fix image build and push | Ruben ten Hove | |
2022-06-18 | update name | Ruben ten Hove | |
2022-06-18 | stable==latest | Ruben ten Hove | |
2022-06-17 | feat: push both dev and stable | Ruben ten Hove | |
2022-01-30 | Build docker images for arm64 as well as x86. | Brendan Dolan-Gavitt | |
This involves: * A small change to the Dockerfile, so that it checks the target architecture and only installs gcc-multilib on x86_64. * Updates to the GitHub Actions workflow build_aflplusplus_docker.yaml to build for both linux/amd64 and linux/arm64. These changes should allow Mac M1 users to get a working version of AFL++ by doing "docker pull aflplusplus/aflplusplus". | |||
2021-03-26 | -m32 support for docker container | vanhauser-thc | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-03-25 | try to trigger github actions | vanhauser-thc | |
2021-02-09 | fix docker build action | vanhauser-thc | |
2021-02-08 | Use GitHub Actions to build Docker image | Pamplemousse | |
... then deploy to hub.docker.com . Signed-off-by: Pamplemousse <xav.maso@gmail.com> |