linkerd2/controller
Ali Ariff 61d7dedd98
Build ARM docker images (#4794)
Build ARM docker images in the release workflow.

# Changes:
- Add a new env key `DOCKER_MULTIARCH` and `DOCKER_PUSH`. When set, it will build multi-arch images and push them to the registry. See https://github.com/docker/buildx/issues/59 for why it must be pushed to the registry.
- Usage of `crazy-max/ghaction-docker-buildx ` is necessary as it already configured with the ability to perform cross-compilation (using QEMU) so we can just use it, instead of manually set up it.
- Usage of `buildx` now make default global arguments. (See: https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope)

# Follow-up:
- Releasing the CLI binary file in ARM architecture. The docker images resulting from these changes already build in the ARM arch. Still, we need to make another adjustment like how to retrieve those binaries and to name it correctly as part of Github Release artifacts.

Signed-off-by: Ali Ariff <ali.ariff12@gmail.com>
2020-08-05 11:14:01 -07:00
..
api Add support for service-mirror selectors (#4795) 2020-07-30 10:07:14 -07:00
cmd Add multicluster unlink command (#4802) 2020-08-04 16:21:59 -07:00
gen support overriding inbound and outbound connect timeouts. (#4759) 2020-07-27 13:56:21 -07:00
heartbeat Upgrade prometheus to v1.2.1 (#3541) 2019-12-11 15:26:16 -08:00
identity Cert manager support (#3600) 2019-10-24 13:15:14 -07:00
k8s service topologies: add Kubernetes/API EndpointSlice support (#4696) 2020-07-06 15:28:48 -07:00
proxy-injector Update to proxy-init v1.3.4 (#4815) 2020-07-30 15:58:58 -05:00
script/destination-client Remove Discovery service leftovers (#3500) 2019-10-15 11:20:21 -05:00
sp-validator Delete unused files (#4729) 2020-07-08 06:41:44 -05:00
tap Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
webhook Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
Dockerfile Build ARM docker images (#4794) 2020-08-05 11:14:01 -07:00