From 5ac3e26ef6394481660fe71a835ce41a79f3bd41 Mon Sep 17 00:00:00 2001 From: lucazulian Date: Sat, 14 Sep 2024 09:38:11 +0200 Subject: [PATCH] ... --- .github/workflows/mcp23017-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mcp23017-ci.yml b/.github/workflows/mcp23017-ci.yml index af91ea2..c89eea8 100644 --- a/.github/workflows/mcp23017-ci.yml +++ b/.github/workflows/mcp23017-ci.yml @@ -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