From 551feaca0a95ce13d1af49bbce0c00d2a99556dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 10 Feb 2024 19:22:56 -0500 Subject: [PATCH] CI: update Void-musl base image --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ff55e91..5cdea187 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'