Skip to content

Commit

Permalink
Update Makefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Apr 11, 2023
1 parent b625285 commit a551097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FEATURES = "ecc608"
BUILD_COMMAND = "cross"
TAR = { source = "${CARGO_MAKE_RUST_TARGET_OS}", default_value = "linux", mapping = { macos = "gtar", linux = "tar" } }

[env.x86_64-unknown-linux-gnu]
[env.x86_64-unknown-debian-gnu]
CROSS_TARGET = "x86_64-unknown-linux-gnu"
CROSS_BUILD_DOCKERFILE = "./.github/cross-docker/Dockerfile-cross-debian-11"

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

0 comments on commit a551097

Please sign in to comment.