mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: 'ghcr.io/void-linux/void-musl-full:20250227R1'
|
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
|
||||||
env:
|
env:
|
||||||
LICENSE_LIST: common/travis/license.lst
|
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]')"
|
if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
|
||||||
|
|
||||||
container:
|
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
|
options: --platform ${{ matrix.config.platform }} --privileged
|
||||||
volumes:
|
volumes:
|
||||||
- /dev:/dev
|
- /dev:/dev
|
||||||
|
|
2
.github/workflows/cycles.yaml
vendored
2
.github/workflows/cycles.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
container:
|
container:
|
||||||
image: 'ghcr.io/void-linux/void-musl-full:20250227R1'
|
image: 'ghcr.io/void-linux/void-musl-full:20250526R1'
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare container
|
- name: Prepare container
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue