about summary refs log tree commit diff
path: root/.github/workflows/build_aflplusplus_docker.yaml
AgeCommit message (Collapse)Author
2022-06-21various changesRuben ten Hove
2022-06-18add tagged releasesRuben ten Hove
2022-06-18fix image build and pushRuben ten Hove
2022-06-18update nameRuben ten Hove
2022-06-18stable==latestRuben ten Hove
2022-06-17feat: push both dev and stableRuben ten Hove
2022-01-30Build 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 containervanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-02-09fix docker build actionvanhauser-thc
2021-02-08Use GitHub Actions to build Docker imagePamplemousse
... then deploy to hub.docker.com . Signed-off-by: Pamplemousse <xav.maso@gmail.com>