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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build container image
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install qemu dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
sudo apt-get install -y qemu-user-binfmt

- name: Build Image
id: build_image
Expand Down
Loading