1
0
Fork 0

[build] Migrate linux_exe to static musl builds (#9811)

Authored by: Grub4K, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Simon Sawicki 2024-04-29 00:19:25 +02:00 committed by GitHub
commit ac817bc83e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 97 additions and 50 deletions

10
bundle/docker/compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
static:
build: static
environment:
channel: ${channel}
origin: ${origin}
version: ${version}
volumes:
- ~/build:/build
- ../..:/yt-dlp