fido-device-onboard / go-fdo-server

Apache License 2.0
1 stars 3 forks source link

Makefile: allow buliding with podman too #3

Closed runcom closed 11 hours ago

runcom commented 1 week ago

I have podman available on my Fedora system and I'd love to use it to build the project. This patch just makes it possible to default to docker but allows for different container runtimes too (e.g. make build CONTAINER_RUNTIME=podman)