Skip to content
Closed
Show file tree
Hide file tree
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/docker-launchql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runner: ubuntu-latest # x86_64
- platform: linux/arm64
arch: arm64
runner: ubuntu-24.04-arm # native arm
runner: blacksmith-4vcpu-ubuntu-2404-arm # native arm
runs-on: ${{ matrix.runner }}

permissions:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
# multi-arch manifest for each tag.
publish-constructive-manifest:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: build-push-constructive

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ concurrency:
jobs:
build-push:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
constructive-tests:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

strategy:
fail-fast: false
Expand Down
Loading