From 6f9ba61a7ab1f6998449813d3cc54e2d6988cc04 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 29 Jan 2025 10:28:09 -0600 Subject: [PATCH] Updating process in the docker flow for aarch64/arm64 --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf623d..94bfd12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}