Skip to content

Commit

Permalink
use arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Jan 20, 2025
1 parent f091406 commit c309126
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-debs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
aggregate:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
env:
stage: stage${{ inputs.stage }}
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ concurrency:

env:
DISTRIBUTION: ubuntu
DEB_DISTRO: jammy
BRANCH: jammy-one-unstable
DEB_DISTRO: jammy-arm64
BRANCH: jammy-arm64-one-unstable
JOBS_YAML: /home/runner/jobs.yaml
AGG: /home/runner/apt_repo_dependencies

jobs:
stage-1:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
outputs:
workers: ${{ steps.prepare.outputs.workers }}
steps:
Expand Down Expand Up @@ -1439,7 +1439,7 @@ jobs:
deploy:
needs: stage18
if: always() && !cancelled()
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: get apt packages from last job
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
sync:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: validate branch is unstable
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 10
steps:
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-yaml-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
jobs:
stage-1:
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
outputs:
workers: ${{ steps.prepare.outputs.workers }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@
deploy:
needs: stage@last_stage
if: always() && !cancelled()
runs-on: ubuntu-24.04
runs-on: ubuntu-24.04-arm
steps:
- name: get apt packages from last job
uses: actions/cache/restore@@v4
Expand Down

0 comments on commit c309126

Please sign in to comment.