Build multi-arch controller images by scothis · Pull Request #153 · servicebinding/runtime

@scothis

By default we build the controller for all architectured supported by
the default base image `gcr.io/distroless/static:nonroot`. Including:
- linux/arm64
- linux/arm
- linux/ppc64le
- linux/s390x
- linux/amd64

At development time, a subset can be built by setting KO_PLATFORMS:

```
KO_PLATFORMS=linux/amd64 make deploy
```

Signed-off-by: Scott Andrews <andrewssc@vmware.com>

@scothis

Signed-off-by: Scott Andrews <andrewssc@vmware.com>

sadlerap pushed a commit to sadlerap/service-binding-runtime that referenced this pull request

Aug 24, 2022
By default we build the controller for all architectured supported by
the default base image `gcr.io/distroless/static:nonroot`. Including:
- linux/arm64
- linux/arm
- linux/ppc64le
- linux/s390x
- linux/amd64

At development time, a subset can be built by setting KO_PLATFORMS:

```
KO_PLATFORMS=linux/amd64 make deploy
```

Signed-off-by: Scott Andrews <andrewssc@vmware.com>