diff options
author | 2020-07-21 02:21:48 +0200 | |
---|---|---|
committer | 2020-07-21 02:21:48 +0200 | |
commit | bb4d9badebf122721cf7cdd12bd6f84fa05df041 (patch) | |
tree | 09398f1815bedbccdaffa3a3175f98a91b0d246f | |
parent | e60fc83a5291710c6b7605c6e8b8475a6993d996 (diff) | |
download | cortex-m-bb4d9badebf122721cf7cdd12bd6f84fa05df041.tar.gz cortex-m-bb4d9badebf122721cf7cdd12bd6f84fa05df041.tar.zst cortex-m-bb4d9badebf122721cf7cdd12bd6f84fa05df041.zip |
Add x86_linux target
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
-rw-r--r-- | cortex-m-rt/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/.github/workflows/ci.yml b/cortex-m-rt/.github/workflows/ci.yml index afd9280..7dbb39f 100644 --- a/cortex-m-rt/.github/workflows/ci.yml +++ b/cortex-m-rt/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: rust: [nightly, stable, 1.39.0] # The default target we're compiling on and for - TARGET: [thumbv6m-none-eabi, thumbv7m-none-eabi, thumbv7em-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabi] + TARGET: [x86_64-unknown-linux-gnu, thumbv6m-none-eabi, thumbv7m-none-eabi, thumbv7em-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabi] include: # Nightly is only for reference and allowed to fail |