mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
.github/workflows: update images
This commit is contained in:
parent
159de28106
commit
1d137a34f4
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: 'ghcr.io/void-linux/void-musl-full:20250227R1'
|
||||
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
|
||||
env:
|
||||
LICENSE_LIST: common/travis/license.lst
|
||||
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
|
||||
|
||||
container:
|
||||
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250227R1
|
||||
image: ghcr.io/void-linux/void-${{ matrix.config.libc }}-full:20250526R1
|
||||
options: --platform ${{ matrix.config.platform }} --privileged
|
||||
volumes:
|
||||
- /dev:/dev
|
||||
|
|
2
.github/workflows/cycles.yaml
vendored
2
.github/workflows/cycles.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
permissions:
|
||||
issues: write
|
||||
container:
|
||||
image: 'ghcr.io/void-linux/void-musl-full:20250227R1'
|
||||
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
|
||||
steps:
|
||||
- name: Prepare container
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue