Skip to content

Commit

Permalink
Use arm64 for release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Jul 10, 2024
1 parent f45fd75 commit c3f0d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-admin-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
retag-and-release:
name: "Re-tag and release images"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm64-2-core

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-temporal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
retag-and-release:
name: "Re-tag and release images"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm64-2-core

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c3f0d9e

Please sign in to comment.