Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 903 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 903 Bytes

Contributing to vcluster-sdk

Build the Examples

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

License

This project is licensed under the Apache 2.0 License.

Copyright notice

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.