Skip to content

Commit

Permalink
add full matrix targets
Browse files Browse the repository at this point in the history
build all targets to test the web and getrandom addition
  • Loading branch information
DougAnderson444 committed Nov 11, 2024
1 parent c19693a commit 2baab3c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,26 @@ jobs:
fail-fast: true
matrix:
include:
# - os: macos-latest
# TARGET: aarch64-apple-darwin
- os: macos-latest
TARGET: aarch64-apple-darwin

# apple x86_64
# - os: macos-latest
# TARGET: x86_64-apple-darwin
- os: macos-latest
TARGET: x86_64-apple-darwin

- os: ubuntu-latest
TARGET: aarch64-unknown-linux-gnu

# wasmtime cannot be built on armv7 as it's 32-bit
# - os: ubuntu-latest
# TARGET: armv7-unknown-linux-gnueabihf

- os: ubuntu-latest
TARGET: x86_64-unknown-linux-gnu

# - os: windows-latest
# TARGET: x86_64-pc-windows-msvc
# EXTENSION: .exe
- os: windows-latest
TARGET: x86_64-pc-windows-msvc
EXTENSION: .exe

steps:
- name: Building ${{ matrix.TARGET }}
Expand Down

0 comments on commit 2baab3c

Please sign in to comment.