Skip to content

Instantly share code, notes, and snippets.

@jdolitsky
Created July 21, 2022 05:01
Show Gist options
  • Save jdolitsky/104386646271deda0acbe8cb0afb9052 to your computer and use it in GitHub Desktop.
Save jdolitsky/104386646271deda0acbe8cb0afb9052 to your computer and use it in GitHub Desktop.
Secure Your Software Factory with melange and apko
$ 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