mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
committed by
GitHub
parent
0a5667c0c7
commit
ee0b104785
3
.changelog/18069.txt
Normal file
3
.changelog/18069.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
build (Enterprise): Support building s390x binaries.
|
||||
```
|
||||
@@ -53,6 +53,7 @@ ALL_TARGETS = linux_386 \
|
||||
linux_amd64 \
|
||||
linux_arm \
|
||||
linux_arm64 \
|
||||
linux_s390x \
|
||||
windows_386 \
|
||||
windows_amd64
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user