mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: update Void-musl base image
This commit is contained in:
parent
118a62cb56
commit
551feaca0a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue