Skip to content

Commit

Permalink
add aarch64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 5, 2024
1 parent bf04487 commit 5f2b028
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ jobs:
fail-fast: false
matrix:
include:
- { arch: aarch64, distro: alpine_latest }
- { arch: aarch64, distro: fedora_latest }
- { arch: aarch64, distro: ubuntu_latest }
- { arch: riscv64, distro: alpine_latest }
- { arch: riscv64, distro: ubuntu_latest }
steps:
Expand Down Expand Up @@ -491,8 +494,7 @@ jobs:
matrix:
container: [Gentoo]
include:
- container: Gentoo
dockerfile: Dockerfile_gentoo
- { container: Gentoo, dockerfile: Dockerfile_gentoo }
steps:
- uses: actions/checkout@v4
- name: Check the current OS version
Expand Down

0 comments on commit 5f2b028

Please sign in to comment.