diff --git a/package.toml b/package.toml index 7ba64f9f..94430b1c 100644 --- a/package.toml +++ b/package.toml @@ -83,3 +83,11 @@ [[targets]] arch = "arm64" os = "linux" + +[[targets]] + arch = "s390x" + os = "linux" + +[[targets]] + arch = "ppc64le" + os = "linux"