CI: Switch to Blacksmith runners for our Flatpak builds

This commit is contained in:
Jelle Raaijmakers
2025-12-19 13:18:43 +01:00
committed by Jelle Raaijmakers
parent c79a3abcd0
commit 48c6208846
Notes: github-actions[bot] 2025-12-19 13:26:29 +00:00
2 changed files with 4 additions and 6 deletions

View File

@@ -23,16 +23,15 @@ jobs:
&& contains(github.event.pull_request.labels.*.name, 'flatpak')
name: Flatpak ${{ matrix.arch }}
# FIXME: Temporarily run on GitHub runners until Blacksmith runners have overlay redirect_dir enabled.
strategy:
fail-fast: false
matrix:
arch: ['x86_64']
runner_labels: ['["ubuntu-24.04"]']
runner_labels: ['["blacksmith-16vcpu-ubuntu-2404"]']
include:
- arch: 'aarch64'
runner_labels: '["ubuntu-24.04-arm"]'
runner_labels: '["blacksmith-16vcpu-ubuntu-2404-arm"]'
secrets: inherit
uses: ./.github/workflows/flatpak-template.yml

View File

@@ -82,16 +82,15 @@ jobs:
if: github.repository == 'LadybirdBrowser/ladybird'
name: Flatpak ${{ matrix.arch }}
# FIXME: Temporarily run on GitHub runners until Blacksmith runners have overlay redirect_dir enabled.
strategy:
fail-fast: false
matrix:
arch: [ 'x86_64' ]
runner_labels: [ '["ubuntu-24.04"]' ]
runner_labels: [ '["blacksmith-8vcpu-ubuntu-2404"]' ]
include:
- arch: 'aarch64'
runner_labels: '["ubuntu-24.04-arm"]'
runner_labels: '["blacksmith-8vcpu-ubuntu-2404-arm"]'
secrets: inherit
uses: ./.github/workflows/flatpak-template.yml