Skip to content

Commit

Permalink
switched to a selfhosted runner for linux on Arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io committed Sep 28, 2023
1 parent 8e2e70b commit 35b3637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_ubuntu_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuArm64 # a test self hosted runner on a vm with MacOS
runs-on: ubuArm64G
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v3
Expand All @@ -30,4 +30,4 @@ jobs:
if: inputs.verSion != ' '
run: |
aws s3 cp ~/spdb_lib/libspeedbjni-linux-aarch64.so s3://spdb-builder/jar_test/v${{ inputs.verSion }}/libspeedbjni-linux-aarch64.so
mv ~/spdb_lib/libspeedbjni-linux-aarch64.so{,_$(date '+%d_%m_%Y__%H_%M_%S')}
mv ~/spdb_lib/libspeedbjni-linux-aarch64.so{,_$(date '+%d_%m_%Y__%H_%M_%S')}

0 comments on commit 35b3637

Please sign in to comment.