Skip to content

Updating the arm64 CI #6

Updating the arm64 CI

Updating the arm64 CI #6

Workflow file for this run

name: x86_ci_install.yml
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
types: [opened, reopened, edited, synchronize]
jobs:
install_x86:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Existing version
- name: Install binary(amd64/x86)
run: |
./bor.sh v2.0.1 amoy sentry
./heimdall.sh v1.2.0 amoy sentry
# New version
- name: Install binary and test removal(amd64/x86)
run: |
./bor.sh v2.0.2-beta amoy sentry
./heimdall.sh v1.2.1 amoy sentry