Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/component-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ permissions:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
outputs:
runner-x64: ${{ steps.runner-x64.outputs.runner-name }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
create-manifest:
name: Create Multi-Arch Manifest
needs: build
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 10
outputs:
image-tag: ${{ inputs.git-sha || github.sha }}
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- setup
- build
- create-manifest
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
if: always()
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-test-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ permissions:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ permissions:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
name: Create and Publish Changelog
needs: [create-release-tag, deploy]
if: always() && inputs.enable-changelog && needs.deploy.result == 'success'
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
steps:
- name: Run changelog cli action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
timeout-minutes: 5
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
lint-workflows:
name: Lint GitHub Workflows
runs-on: ubuntu-latest
runs-on: linux-arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: linux-arm64
outputs:
runner-name: ${{ steps.runner.outputs.runner-name }}
steps:
Expand Down
Loading