Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/docker-constructive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
include:
- platform: linux/amd64
arch: amd64
runner: blacksmith-4vcpu-ubuntu-2404 # x86_64
runner: ubuntu-latest # x86_64
- platform: linux/arm64
arch: arm64
runner: blacksmith-4vcpu-ubuntu-2404-arm # native arm
runner: ubuntu-latest # arm builds via QEMU
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: blacksmith-2vcpu-ubuntu-2404
runs-on: ubuntu-latest
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: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
trigger-tests:
runs-on: blacksmith-2vcpu-ubuntu-2404
runs-on: ubuntu-latest
steps:
- name: Trigger submodule update in constructive-hub
uses: actions/github-script@v7
Expand Down
Loading