Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 10
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260531.0.539078@sha256:36460ab9272c3cc16fda59b7032a3121a7bebaa85def8d6c3821c5c4e6501be1
image: ghcr.io/archlinux/archlinux:base-devel-20260606.0.541684@sha256:a5c6ff9dfd1ed880b62eec472a5cf00d06ab4d506863c93f3389c896aa9e7ae4
options: --privileged --tmpfs /run

steps:
Expand Down Expand Up @@ -586,7 +586,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 10
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260531.0.539078@sha256:36460ab9272c3cc16fda59b7032a3121a7bebaa85def8d6c3821c5c4e6501be1
image: ghcr.io/archlinux/archlinux:base-devel-20260606.0.541684@sha256:a5c6ff9dfd1ed880b62eec472a5cf00d06ab4d506863c93f3389c896aa9e7ae4
options: --privileged --tmpfs /run --security-opt apparmor=unconfined

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 5
container:
image: ghcr.io/archlinux/archlinux:base-devel-20260531.0.539078@sha256:36460ab9272c3cc16fda59b7032a3121a7bebaa85def8d6c3821c5c4e6501be1
image: ghcr.io/archlinux/archlinux:base-devel-20260606.0.541684@sha256:a5c6ff9dfd1ed880b62eec472a5cf00d06ab4d506863c93f3389c896aa9e7ae4

permissions:
contents: read
Expand Down
Loading