diff --git a/.changelog/18069.txt b/.changelog/18069.txt new file mode 100644 index 000000000..8f03c5b39 --- /dev/null +++ b/.changelog/18069.txt @@ -0,0 +1,3 @@ +```release-note:improvement +build (Enterprise): Support building s390x binaries. +``` diff --git a/GNUmakefile b/GNUmakefile index 49bd5a2ac..6a4336cc8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -53,6 +53,7 @@ ALL_TARGETS = linux_386 \ linux_amd64 \ linux_arm \ linux_arm64 \ + linux_s390x \ windows_386 \ windows_amd64 endif