Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture
Go to file
RouxAntoine 24337e9e00
Main / build (push) Successful in 19s Details
CI : delete old package on master
2023-07-13 21:31:03 +02:00
.gitea/workflows CI : delete old package on master 2023-07-13 21:31:03 +02:00
cmd fix: help message for folder dir 2022-06-06 13:31:32 +02:00
internal fix: use docker buildx, to avoid bug with variant v8 set by default 2022-01-11 22:39:54 +01:00
.gitignore enhance readme 2022-01-08 16:56:49 +01:00
Makefile feature: add binary push on release action 2023-07-12 00:45:04 +02:00
README.md enhance readme 2022-01-08 16:56:49 +01:00
go.mod fix missing dependencies with prod tag 2023-07-13 21:03:33 +02:00
go.sum fix missing dependencies with prod tag 2023-07-13 21:03:33 +02:00
main.go restructure code and add cobra cli flag for log verbosity 2022-01-08 01:59:24 +01:00

README.md

docker-multi-arch-builder

Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture

Usage

docker-multi-arch-builder build -n registry-ui --platforms linux/arm/v6

use docker-multi-arch-builder build --help for more help