1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

feature/s390x architecture support (#2734)

* Add s390x architecture support

* Update CHANGELOG
This commit is contained in:
priby05
2024-08-23 02:02:02 -05:00
committed by GitHub
parent ecfa2ca83f
commit f71a7fd2a2
5 changed files with 6 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ ARCHS=(
linux-armv6
linux-armv7
linux-ppc64le
linux-s390x
freebsd-amd64
windows-amd64
)