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 ```
This commit is contained in:
parent
26d3a80d97
commit
db59b50993
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ on:
|
||||||
types: # This configuration does not affect the page_build event above
|
types: # This configuration does not affect the page_build event above
|
||||||
- created
|
- created
|
||||||
env:
|
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:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue