Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 244 Bytes

Just two packages I want to build with linuxkit. pkg2 uses the tag from pkg1.

I want to build pkg2, so I build pkg1 before:

linuxkit pkg build --platforms linux/amd64 pkg1
linuxkit pkg build --platforms linux/amd64 pkg2