Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
lucazulian committed Sep 14, 2024
1 parent eb22e03 commit 5ac3e26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/mcp23017-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,16 @@ jobs:
strategy:
matrix:
rust: [ stable ]
TARGET: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ]
TARGET:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- arm-unknown-linux-gnueabi # Raspberry Pi 1
- armv7-unknown-linux-gnueabihf # Raspberry Pi 2, 3, etc
# Bare metal
- thumbv6m-none-eabi
- thumbv7em-none-eabi
- thumbv7em-none-eabihf
- thumbv7m-none-eabi
include:
- experimental: true

Expand Down

0 comments on commit 5ac3e26

Please sign in to comment.