forked from pubky/pubky-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCross.toml
More file actions
15 lines (13 loc) · 734 Bytes
/
Cross.toml
File metadata and controls
15 lines (13 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# --------------------------------------------------------------------------------
# Costum defined Apple cross-compile images.
# They should not be public because of Apple licencing restrictions.
# https://github.com/cross-rs/cross/
# See https://github.com/cross-rs/cross-toolchains?tab=readme-ov-file#apple-targets
# SDKs can be downloaded here: https://github.com/joseluisq/macosx-sdks
# Images are uploaded to the Github Registry. Docker login required.
# @Sev May 2025
# --------------------------------------------------------------------------------
[target.aarch64-apple-darwin]
image = "ghcr.io/pubky/aarch64-apple-darwin-cross:latest"
[target.x86_64-apple-darwin]
image = "ghcr.io/pubky/x86_64-apple-darwin-cross:latest"