Skip to content

Commit e176b75

Browse files
authored
Merge pull request #420 from DasSkelett/fix/revert-ppc64le-patch
Revert upstream-applied ppc64le patch
2 parents 94be3a9 + 75f3d2f commit e176b75

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

1.18/alpine3.14/Dockerfile

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.18/alpine3.15/Dockerfile

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-linux.template

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,6 @@ RUN set -eux; \
134134
go \
135135
musl-dev \
136136
; \
137-
{{ if env.version == "1.18" then ( -}}
138-
if [ "$GOARCH" = 'ppc64le' ]; then \
139-
# https://github.com/golang/go/issues/51787
140-
wget -O ppc64le-alpine.patch 'https://github.com/golang/go/commit/946167906ed8646c433c257b074a10e01f0a7dab.patch'; \
141-
apk add --no-cache --virtual .build-patch patch; \
142-
patch --strip=1 --input="$PWD/ppc64le-alpine.patch" --directory=/usr/local/go; \
143-
apk del --no-network .build-patch; \
144-
rm ppc64le-alpine.patch; \
145-
fi; \
146-
{{ ) else "" end -}}
147137
{{ ) else ( -}}
148138
savedAptMark="$(apt-mark showmanual)"; \
149139
apt-get update; \

0 commit comments

Comments
 (0)