mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
92cece7c86
Example usage: scripts/build_multiarch_image.sh --registry ghcr.io/project-zot --source-tag v2.0.0 --file build/multiarch-zot.json --destination-tags="v2.0.0 latest" Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
9 lines
No EOL
161 B
JSON
9 lines
No EOL
161 B
JSON
{
|
|
"target_repo": "zb",
|
|
"source_repos": [
|
|
"zb-linux-amd64",
|
|
"zb-linux-arm64",
|
|
"zb-darwin-amd64",
|
|
"zb-darwin-arm64"
|
|
]
|
|
} |