Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.03 KB

File metadata and controls

46 lines (33 loc) · 1.03 KB

anza-labs docker library

GitHub License GitHub issues

Usage

  1. Building image:

    go tool mage build library/zig arm64 image
  2. Pushing image:

    go tool mage push library/zig arm64 image

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Renovate tests

GITHUB_TOKEN=$(gh auth token) docker run --rm \
    --user $(id -u):$(id -g) \
    -v "$PWD":/src -w /src \
    -e GITHUB_TOKEN \
    -e LOG_LEVEL=debug \
    -e RENOVATE_PLATFORM=local \
    -e RENOVATE_DRY_RUN=full \
    renovate/renovate

License

This project is licensed under the Apache-2.0.