This website requires JavaScript.
Explore
Help
Sign In
go
/
docker-multi-arch-builder
Watch
1
Star
0
Fork
0
You've already forked docker-multi-arch-builder
Code
Issues
Pull Requests
Actions
Packages
Releases
1
Wiki
Activity
9c2e3ef724
docker-multi-arch-builder
/
main.go
8 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
create go program to build arch specific oci image, push it and build generic manifest list layer and push it
2022-01-07 20:49:56 +00:00
package
main
restructure code and add cobra cli flag for log verbosity
2022-01-08 00:59:24 +00:00
import
"antoine-roux.tk/docker-multi-arch-builder/cmd"
create go program to build arch specific oci image, push it and build generic manifest list layer and push it
2022-01-07 20:49:56 +00:00
func
main
(
)
{
restructure code and add cobra cli flag for log verbosity
2022-01-08 00:59:24 +00:00
cmd
.
Execute
(
)
create go program to build arch specific oci image, push it and build generic manifest list layer and push it
2022-01-07 20:49:56 +00:00
}
Reference in New Issue
Copy Permalink