Skip to content

Commit

Permalink
set default platform
Browse files Browse the repository at this point in the history
fixes Mac local builds
  • Loading branch information
madninja committed Nov 11, 2023
1 parent 5c93cf8 commit f3165f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
CROSS_TARGET = "${CARGO_MAKE_PROFILE}"
FEATURES = "ecc608"
BUILD_COMMAND = "cross"
DOCKER_DEFAULT_PLATFORM = "linux/amd64"
TAR = { source = "${CARGO_MAKE_RUST_TARGET_OS}", default_value = "linux", mapping = { macos = "gtar", linux = "tar" } }

[env.x86_64-unknown-debian-gnu]
Expand Down

0 comments on commit f3165f4

Please sign in to comment.