From 16fca0c363ecf74274379ad47d7e114a274bea0d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 11 Feb 2025 10:37:47 +0100 Subject: [PATCH] docs: update references for ppc --- .github/release-drafter.yml | 1 - README.md | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6969d0f5..4d2d5ebd 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -55,7 +55,6 @@ template: | - `docker.elastic.co/beats-dev/golang-crossbuild:$RESOLVED_VERSION-main-debian11` - linux/i386, linux/amd64, windows/amd64 - `docker.elastic.co/beats-dev/golang-crossbuild:$RESOLVED_VERSION-main-debian12` - linux/i386, linux/amd64, windows/amd64 - `docker.elastic.co/beats-dev/golang-crossbuild:$RESOLVED_VERSION-mips-debian12` - linux/mips64, linux/mips64el - - `docker.elastic.co/beats-dev/golang-crossbuild:$RESOLVED_VERSION-ppc-debian12` - linux/ppc64, linux/ppc64le - `docker.elastic.co/beats-dev/golang-crossbuild:$RESOLVED_VERSION-s390x-debian12` - linux/s390x ### Changes diff --git a/README.md b/README.md index 36cdd4f6..79e6cf7b 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,7 @@ Replace `` with the version you would like to use, for instance: - `docker.elastic.co/beats-dev/golang-crossbuild:-mips-debian11` - linux/mips64, linux/mips64el - `docker.elastic.co/beats-dev/golang-crossbuild:-mips-debian12` - linux/mips64, linux/mips64el - `docker.elastic.co/beats-dev/golang-crossbuild:-mips32` - linux/mips, linux/mipsle **NOTE**: it does not exist from Golang versions > `1.18.5`/`1.17.12`. -- `docker.elastic.co/beats-dev/golang-crossbuild:-ppc-debian11` - linux/ppc64, linux/ppc64le -- `docker.elastic.co/beats-dev/golang-crossbuild:-ppc-debian12` - linux/ppc64, linux/ppc64le +- `docker.elastic.co/beats-dev/golang-crossbuild:-ppc-debian12` - linux/ppc64, linux/ppc64le **NOTE**: it does not exist from Golang versions >= `1.23.6`. - `docker.elastic.co/beats-dev/golang-crossbuild:-s390x-debian11` - linux/s390x - `docker.elastic.co/beats-dev/golang-crossbuild:-s390x-debian12` - linux/s390x @@ -82,7 +81,7 @@ Replace `` with the version you would like to use, for instance: ## Old Build Tags -Until Golang version 1.15 +Until Golang version `1.15` | Description | Tags for 1.10 | Tags for 1.11 | Tags for 1.12 | Tags for 1.13 | Tags for 1.14 | Tags for 1.15 | | ------------- | -----| ------- | ----- | ------ | ------ | ------ | @@ -346,11 +345,6 @@ It is used to cross compile for `linux/mips`. This Docker image is based on the The `mips32` image is the base image for the `mips32` architecture, it is build for Debian 11+. It is used to cross compile for `linux/mips32`. This Docker image is based on the `base` image. -## go/ppc Docker image - -The `ppc` image is the base image for the `ppc` architecture, it is build for Debian 12+. -It is used to cross compile for `linux/ppc`. This Docker image is based on the `base` image. - ## go/s390x Docker image The `s390x` image is the base image for the `s390x` architecture, it is build for Debian 12+.