diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-06-09 03:57:52 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-13 14:14:34 +0200 |
commit | 8d557d47445e027134811415899efd685db257da (patch) | |
tree | 4de4a44a99b3e10873adcfdaa0e2b921d20c9e4d | |
parent | ded67a320c81b0736a725f17116ae42b3a615b37 (diff) | |
download | upstream-8d557d47445e027134811415899efd685db257da.tar.gz upstream-8d557d47445e027134811415899efd685db257da.tar.bz2 upstream-8d557d47445e027134811415899efd685db257da.zip |
CI: change armvirt reference to armsr
The armvirt target has been renamed to armsr.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 3df01b1aa40a8e783dbbebdbe6088a49aed186f8)
-rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index c0ffdaf05d..6303fdf7b7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,8 +5,8 @@ - "target/linux/apm821xx/**" "target/archs38": - "target/linux/archs38/**" -"target/armvirt": - - "target/linux/armvirt/**" +"target/armsr": + - "target/linux/armsr/**" "target/at91": - "target/linux/at91/**" - "package/boot/at91bootstrap/**" |