-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update darwin cross images; fix cross
- Loading branch information
Andrew Pennebaker
committed
Jan 4, 2024
1 parent
8f011a4
commit 0aa1b35
Showing
3 changed files
with
14 additions
and
3 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,5 +1,5 @@ | ||
[target.aarch64-apple-darwin] | ||
image = "freeznet/aarch64-apple-darwin-cross:11.3" | ||
image = "freeznet/aarch64-apple-darwin-cross:11.3.1" | ||
|
||
[target.x86_64-apple-darwin] | ||
image = "freeznet/x86_64-apple-darwin-cross:11.3" | ||
image = "freeznet/x86_64-apple-darwin-cross:11.3.1" |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# Install: | ||
# cp sample.envrc .envrc | ||
# | ||
# Uninstall: | ||
# rm .envrc | ||
|
||
source_up | ||
export DOCKER_DEFAULT_PLATFORM='linux/amd64' |