Created
July 21, 2022 05:01
-
-
Save jdolitsky/104386646271deda0acbe8cb0afb9052 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