mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tools: don't install binutils-esp32ulp on aarch64
Once new binutils-esp32ulp is made and aarch64 artifacts are added, will add these tools back. Related to https://github.com/espressif/esp-idf/issues/6432
This commit is contained in:
parent
4949d55ea0
commit
36934317b0
@ -320,7 +320,8 @@
|
||||
{
|
||||
"install": "never",
|
||||
"platforms": [
|
||||
"linux-i686"
|
||||
"linux-i686",
|
||||
"linux-arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -381,7 +382,8 @@
|
||||
{
|
||||
"install": "never",
|
||||
"platforms": [
|
||||
"linux-i686"
|
||||
"linux-i686",
|
||||
"linux-arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user