Skip to content

Commit f483a1c

Browse files
author
Mikhail Falaleev
committed
releasing: fix github release template
As we build glibc native toolcahin instead of uclibc native toolchain in this release, move download link to the appropriate table cell.
1 parent 57ae190 commit f483a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github/create-release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
| ------------------- | ------------ | -------------- | ------------ | ------------ |
5252
| Baremetal | {0} \ {1} | | | {2} \ {3} |
5353
| Linux/uClibc ARC700 | {4} \ {5} | | | |
54-
| Linux/uClibc ARC HS | {6} \ {7} | | {10} | |
55-
| Linux/glibc ARC HS | {13} \ {14} | | | |
54+
| Linux/uClibc ARC HS | {6} \ {7} | | | |
55+
| Linux/glibc ARC HS | {13} \ {14} | | {10} | |
5656
| IDE | {11} | {12} | | {15} |
5757
""".format(
5858
fformat.format(t=le, release=args.release_id, type="elf32", cpu="le", host="linux"),

0 commit comments

Comments
 (0)