Skip to content

Commit

Permalink
Use ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Oct 4, 2024
1 parent b8246e8 commit 6279a43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
# Build and test plugin and provide artifact.
build:
name: Build
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
steps:

- run: df

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2
Expand All @@ -30,7 +28,6 @@ jobs:
distribution: 'corretto'
java-version: '17'

- run: df
- uses: gradle/actions/setup-gradle@v4

- run: df
Expand All @@ -50,7 +47,7 @@ jobs:
products: ${{ steps.get-products.outputs.products }}

verify:
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
needs: build
strategy:
fail-fast: false
Expand Down Expand Up @@ -90,7 +87,7 @@ jobs:

publish-beta:
needs: verify
runs-on: ubuntu-latest
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
if: github.repository == 'amazon-ion/ion-intellij-plugin'
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Build and test plugin and provide artifact.
build:
name: Build
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
steps:

# Check out current repository
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
products: ${{ steps.get-products.outputs.products }}

verify:
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
needs: build
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
release:
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-al2-5.0-large
runs-on: codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
steps:
# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit 6279a43

Please sign in to comment.