-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docker] Add ARM64 support to chip-build image (#26505)
* [Docker] Adapt chip-build to build on ARM64 Use TARGETPLATFORM to choose the right platform. Installing the correct version of packages depending on platform. Support of asan had to be dropped for ARM64 as it doesn't build properly. Signed-off-by: Vincent Coubard <[email protected]> * [OIS] Allow pytest on aarch64 Signed-off-by: Vincent Coubard <[email protected]> --------- Signed-off-by: Vincent Coubard <[email protected]> Co-authored-by: Vincent Coubard <[email protected]>
- Loading branch information
Showing
5 changed files
with
78 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.7.16 Version bump reason: [nrfconnect] Update nRF Connect SDK version. | ||
0.7.17 Version bump reason: Enable ARM64 build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters