This repository includes automated release configuration.
Artifacts produced on release (tag v*):
- Source archives (tar.gz)
- Linux binaries for
amd64andarm64(tar.gz) - Docker images pushed to
ghcr.io/AnalyseDeCircuit/opskernel(tags:vX.Y.Z,latest) usingbuildx(linux/amd64, linux/arm64)
Pull example:
docker pull ghcr.io/AnalyseDeCircuit/opskernel:v0.1.0Notes for maintainers:
- Releases are triggered by pushing a tag like
v0.1.0to the repository. - The GitHub Actions workflow at
.github/workflows/release.ymlruns goreleaser to build archives and publish Docker images. It requiresGITHUB_TOKEN(default) withpackages: writepermission. - For local testing:
goreleaser release --snapshot --rm-dist