Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dev): fix detection of container tool in
make
Fixes the following error when `ENVIRONMENT=true` and neither Docker or Podman are available: make: podman: No such file or directory make: *** [Makefile:174: build] Error 127 Podman was being used as fallback even if also not available. A descriptive error is now reported instead in this situation. Signed-off-by: Hugo Hromic <[email protected]>
- Loading branch information