flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.74k stars 2.87k forks source link

Clean-up Makefile and use docker buildx locally #1883

Closed thomasferrandiz closed 7 months ago

thomasferrandiz commented 7 months ago

Description

The Makefile has many unused targets that were making it large and confusing. Now that the CI is using docker buildx we can remove some of the qemu-based build targets. We can also simplify some of the GH workflows that were building the same files multiple times.

Todos

Release Note

None required