Skip to content

Commit

Permalink
Updating process in the docker flow for aarch64/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
djpolygon committed Jan 29, 2025
1 parent 4ee11b7 commit 6f9ba61
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
# Mount the root directory as /artifacts in the container
dockerRunArgs: |
--volume "${PWD}:/artifacts"
# Existing version
run: |
# Existing Version
bash /artifacts/bor.sh v1.5.4 amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
# New Version
bash /artifacts/bor.sh v1.5.4 amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
# New Version
- name: new version test of install/removal (arm64/aarch64)
run: |
bash /artifacts/bor.sh v1.5.4 amoy sentry
bash /artifacts/heimdall.sh v1.2.0 amoy sentry
install_amd64:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6f9ba61

Please sign in to comment.