-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add arm-osx64 to docs * update ci docs for osx-arm64 * update title * fix formatting * format to avoid wrapping * remove extra backtick
- Loading branch information
1 parent
02b6193
commit faf1150
Showing
6 changed files
with
28 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
``aarch64`` builds | ||
``aarch64`` and ``arm64`` builds | ||
================== | ||
|
||
.. datechanged:: 2024-03-04 | ||
Added this section as initial linux-aarch64 builds are starting | ||
|
||
While we do not yet have builds for ``osx-arm64`` (see | ||
:ref:`platform-nomenclature-faq`), we are starting to roll out | ||
``linux-aarch64`` builds. These run on CircleCI, which offers the | ||
infrastructure for this. | ||
.. datechanged:: 2024-04-04 | ||
Information about osx-arm64 builds | ||
|
||
We are starting to roll out ``linux-aarch64`` and ``osx-arm64`` (see | ||
:ref:`platform-nomenclature-faq`) on CircleCI and GitHub Actions, respectively. | ||
These additional CI platforms offer the runner types needed for these architectures. | ||
|
||
This is being initially approached as an opt-in process as we make sure | ||
all the moving parts are working correctly. A recipe can be flagged for | ||
building on ``linux-aarch64`` by adding the following to the | ||
building on ``linux-aarch64`` and/or ``osx-arm64`` by adding the following to the | ||
:file:`meta.yaml` file: | ||
|
||
.. code-block:: yaml | ||
extra: | ||
additional-platforms: | ||
- linux-aarch64 | ||
- osx-arm64 | ||
The current CircleCI config will only run if at least one recipe in the | ||
commit range (typically for the PR) includes the above additional | ||
platform. | ||
|
||
Support for building and uploading ``linux-aarch64`` containers is planned but | ||
not yet implemented (as of March 2024). | ||
not yet implemented (as of July 2024). |
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
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