Skip to content

Commit

Permalink
Update build file to use Ubuntu 24.04 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed Apr 30, 2024
1 parent fe679e9 commit cf9a124
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:
branches:
- master
- develop
- ubuntu-24.04
pull_request:
branches:
- master
- develop
- ubuntu-24.04

jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
architecture: [linux-amd64, linux-arm64, linux-arm-v7]
Expand Down Expand Up @@ -154,7 +156,7 @@ jobs:
${{ steps.prep.outputs.build-args }}
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
registry: [docker.io, ghcr.io]
Expand Down

0 comments on commit cf9a124

Please sign in to comment.