mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-22 10:57:18 +00:00
CI: Switch to Blacksmith runners for our Flatpak builds
This commit is contained in:
committed by
Jelle Raaijmakers
parent
c79a3abcd0
commit
48c6208846
Notes:
github-actions[bot]
2025-12-19 13:26:29 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/48c62088465 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7191
5
.github/workflows/ci-flatpak.yml
vendored
5
.github/workflows/ci-flatpak.yml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/nightly-lagom.yml
vendored
5
.github/workflows/nightly-lagom.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user