You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for non-Docker build tools (e.g., podman) (#288)
* Add support for non-Docker build tools (e.g., `podman`)
Some machines (e.g., Fedora-based) do not make it easy to use Docker
tooling for building containers. In these environments, `podman` is a
workable replacement. This change allows using replacing the use of
`docker` with something like: `DOCKER=podman benchmarks/build-all.sh`.
* Fix typo
0 commit comments