From db59b50993f9de2227b8d834cb76d0ad166e0c5b Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Tue, 8 Mar 2022 21:36:18 -0800 Subject: [PATCH] remove linux/ppc64le We saw the following error during `go mod tidy` ``` #52 60.57 endlessh-go imports #52 60.57 github.com/golang/glog: github.com/golang/glog@v1.0.0: Get "https://proxy.golang.org/github.com/golang/glog/@v/v1.0.0.zip": net/http: TLS handshake timeout #52 60.57 endlessh-go imports #52 60.57 github.com/pierrre/geohash: github.com/pierrre/geohash@v1.0.0: Get "https://proxy.golang.org/github.com/pierrre/geohash/@v/v1.0.0.zip": net/http: TLS handshake timeout ``` --- .github/workflows/docker-hub-build-push-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-hub-build-push-on-release.yml b/.github/workflows/docker-hub-build-push-on-release.yml index c3d8c73..faea34e 100644 --- a/.github/workflows/docker-hub-build-push-on-release.yml +++ b/.github/workflows/docker-hub-build-push-on-release.yml @@ -5,7 +5,7 @@ on: types: # This configuration does not affect the page_build event above - created env: - PLATFORMS: "linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x" + PLATFORMS: "linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/s390x" jobs: build_and_push: