build: support s390x architecture for linux (ent) (#18069)

Makefile changes required for supporting s390x builds and a corresponding
changelog entry.
This commit is contained in:
Piotr Kazmierczak
2023-07-26 17:43:37 +02:00
committed by GitHub
parent 0a5667c0c7
commit ee0b104785
2 changed files with 4 additions and 0 deletions

3
.changelog/18069.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
build (Enterprise): Support building s390x binaries.
```

View File

@@ -53,6 +53,7 @@ ALL_TARGETS = linux_386 \
linux_amd64 \
linux_arm \
linux_arm64 \
linux_s390x \
windows_386 \
windows_amd64
endif