Make sure you do a dual platform build for linux/amd64
and linux/arm64
via:
# Ensure docker builder with multi platform support
docker buildx create \
--name container \
--driver=docker-container
# Build & push image
docker buildx build --platform linux/amd64,linux/arm64 . -t ghcr.io/loft-sh/vcluster-example-hooks:v1 --builder container --push
This project is licensed under the Apache 2.0 License.
It is important to state that you retain copyright for your contributions, but agree to license them for usage by the project and author(s) under the Apache 2.0 license. Git retains history of authorship, but we use a catch-all statement rather than individual names.