You've already forked oauth2-proxy
							
							
				mirror of
				https://github.com/oauth2-proxy/oauth2-proxy.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	feature/s390x architecture support (#2734)
* Add s390x architecture support * Update CHANGELOG
This commit is contained in:
		| @@ -14,6 +14,7 @@ | ||||
| - [#2674](https://github.com/oauth2-proxy/oauth2-proxy/pull/2674) docs: additional notes about available claims for HeaderValue (@vegetablest) | ||||
| - [#2459](https://github.com/oauth2-proxy/oauth2-proxy/pull/2459) chore(deps): Updated to ginkgo v2 (@kvanzuijlen, @tuunit) | ||||
| - [#2112](https://github.com/oauth2-proxy/oauth2-proxy/pull/2112) docs: update list of providers which support refresh tokens (@mikefab-msf) | ||||
| - [#2734](https://github.com/oauth2-proxy/oauth2-proxy/pull/2734) Added s390x architecture option support (@priby05) | ||||
|  | ||||
| # V7.6.0 | ||||
|  | ||||
|   | ||||
| @@ -37,6 +37,7 @@ RUN case ${TARGETPLATFORM} in \ | ||||
|          # https://github.com/golang/go/wiki/GoArm | ||||
|          "linux/arm64" | "linux/arm/v8")  GOARCH=arm64  ;; \ | ||||
|          "linux/ppc64le")  GOARCH=ppc64le  ;; \ | ||||
|          "linux/s390x")  GOARCH=s390x  ;; \ | ||||
|          "linux/arm/v6") GOARCH=arm GOARM=6  ;; \ | ||||
|          "linux/arm/v7") GOARCH=arm GOARM=7 ;; \ | ||||
|     esac && \ | ||||
|   | ||||
| @@ -31,9 +31,9 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro | ||||
|     ``` | ||||
|     This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install` | ||||
|  | ||||
|     c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available) | ||||
|     c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, S390x, ARMv6, ARMv7, and ARM64 available) | ||||
|  | ||||
|     d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available) | ||||
|     d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, S390x, ARMv6, ARMv7, and ARM64 available) | ||||
|  | ||||
|     e. Using the official [Kubernetes manifest](https://github.com/oauth2-proxy/manifests) (Helm) | ||||
|  | ||||
|   | ||||
							
								
								
									
										1
									
								
								dist.sh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dist.sh
									
									
									
									
									
								
							| @@ -16,6 +16,7 @@ ARCHS=( | ||||
|   linux-armv6 | ||||
|   linux-armv7 | ||||
|   linux-ppc64le | ||||
|   linux-s390x | ||||
|   freebsd-amd64 | ||||
|   windows-amd64 | ||||
| ) | ||||
|   | ||||
| @@ -13,7 +13,7 @@ title: Installation | ||||
|     ``` | ||||
|     This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install` | ||||
|  | ||||
|     c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available) | ||||
|     c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, S390x, ARMv6, ARMv7, and ARM64 available) | ||||
|  | ||||
|     d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user