Skip to content

Commit

Permalink
Add Void with musl to Docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 10, 2024
1 parent 17cca5c commit c889a58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/docker/void-musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ghcr.io/void-linux/void-buildroot-musl:20231230R1

RUN xbps-install -Su || xbps-install -u xbps
RUN xbps-install -Su

RUN xbps-install boost-devel libvorbis-devel freetype-devel glew-devel libopenal-devel python3-devel SDL2-devel

1 change: 1 addition & 0 deletions .github/workflows/_build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- debian-sid-i386
- manjaro
- fedora-rawhide
- void-musl
env:
CACHE_NAME: linux
steps:
Expand Down

0 comments on commit c889a58

Please sign in to comment.