Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip the initial amd64-only Docker build (#11810) | Richard van der Hoff | 2022-01-24 | 1 | -12/+2 |
| | | | | | PyNaCl's recent 1.5.0 release on PyPi includes arm64 wheels, which means our arm64 docker images now build in a sensible amount of time, so we can skip the amd64-only build. | ||||
* | Publish a `develop` docker image (#11380) | Richard van der Hoff | 2021-11-19 | 1 | -1/+4 |
| | | | | I'd find it helpful to have a docker image corresponding to current develop, without having to build my own. | ||||
* | Fix an error in the docker workflow (#10461) | Richard van der Hoff | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Move the docker image build to Github Actions (#10416) | Richard van der Hoff | 2021-07-21 | 1 | -0/+72 |
it's flaky on circleCI, and having to manage multiple CI providers is painful. |