Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BUILDPLATFORM redefinition issue in non-OpenShift Containerfiles
Removed the hardcoded `ARG BUILDPLATFORM=linux/amd64` from `Containerfile.bpfman-agent` and `Containerfile.bpfman-operator`. This change addresses an issue where Podman fails to build the images if `BUILDPLATFORM` is redefined. By removing the redefinition, the build process is made compatible with Podman. This change remains compatible with Docker, which is more lenient with ARG redefinitions. Fixes: #120 Signed-off-by: Andrew McDermott <[email protected]>
- Loading branch information