]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: update Void-musl base image
authorAndrew J. Hesford <ajh@sideband.org>
Sun, 11 Feb 2024 00:22:56 +0000 (19:22 -0500)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 11 Feb 2024 00:55:22 +0000 (01:55 +0100)
.github/workflows/build.yml

index 2ff55e91956cab71020a42941bf1cbd67182f744..5cdea1873966bc3cafbf9349f049571fb2ea412b 100644 (file)
@@ -1,8 +1,8 @@
 # Void-musl images:
-# https://github.com/void-linux/void-docker/pkgs/container/void-linux/versions
+# https://github.com/void-linux/void-containers/pkgs/container/void-musl
 #
 # Void dependencies based on:
-# https://github.com/void-linux/void-packages/blob/master/srcpkgs/wlroots/template
+# https://github.com/void-linux/void-packages/blob/master/srcpkgs/labwc/template
 #
 # Recommended GH CI Void mirror based on
 # https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html
@@ -53,7 +53,7 @@ jobs:
 
           - name: Void-musl
             os: ubuntu-latest
-            container: ghcr.io/void-linux/void-linux:latest-thin-x86_64-musl
+            container: ghcr.io/void-linux/void-musl:latest
             env:
               TARGET: 'sh -xe'