Last active
September 9, 2022 17:28
-
-
Save jdolitsky/c9a5dbfb81bb1cf0f511e8d1b7d39c0b to your computer and use it in GitHub Desktop.
Secure Your Software Factory with melange and apko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tree packages/ | |
packages/ | |
├── aarch64 | |
│ ├── APKINDEX.tar.gz | |
│ └── hello-server-0.1.0-r0.apk | |
├── armv7 | |
│ ├── APKINDEX.tar.gz | |
│ └── hello-server-0.1.0-r0.apk | |
└── x86_64 | |
├── APKINDEX.tar.gz | |
└── hello-server-0.1.0-r0.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment