Skip to content

Key Pair Management for Validator Onboarding #828

Key Pair Management for Validator Onboarding

Key Pair Management for Validator Onboarding #828

Workflow file for this run

name: Build Workflow for ARM
on:
push:
branches:
- 'main'
- 'develop'
pull_request:
branches:
- 'main'
- '*/*'
- 'develop'
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
build:
runs-on: [self-hosted, arm64]
container:
image: ghcr.io/espressosystems/nix:main
volumes:
- github_nix:/nix
steps:
- uses: styfle/[email protected]
name: Cancel Outdated Builds
with:
all_but_latest: true
access_token: ${{ github.token }}
- uses: cachix/cachix-action@v12
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Checkout Repository
uses: actions/checkout@v4
# sanity check that repository builds with nix
- name: Build
run: |
nix develop -c just async_std build