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
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]>
0 commit comments