Skip to content

Commit

Permalink
Change build and test workflow to use arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Mar 5, 2024
1 parent 864f351 commit ee9f49e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: codebuild-ion-java-arm-3.0-large
strategy:
matrix:
include:
Expand Down Expand Up @@ -46,6 +46,17 @@ jobs:
name: spotbugs-report-${{ matrix.runs-on }}-java-${{ matrix.java }}
path: build/reports/spotbugs/

dump-runner-info:
runs-on: codebuild-ion-java-arm-3.0-large
steps:
- run: |
echo "hostname: $(uname -n)
ostype: $(uname -o)
kernel-release: $(uname -r)
machine: $(uname -m)
processor: $(uname -p)"
lscpu
check-version:
# Ensures that the version is not a release (i.e. -SNAPSHOT) or if it is a release version,
# ensures that the version is a later version number than the existing releases.
Expand Down

0 comments on commit ee9f49e

Please sign in to comment.