Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
tagging:
name: Determine Tags
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
include:
- arch: amd64
runner: ubuntu-20.04
runner: ubuntu-24.04
- arch: arm64
runner: arm-4core-linux-ubuntu24.04
permissions:
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:

manifest:
name: Create Multi-Arch Manifest
needs:
needs:
- tagging
- build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down
Loading