From e247d97b10f9a67c98ad29b8953a5616309f51b7 Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 4 Mar 2022 15:02:49 +0100 Subject: [PATCH] Fix arches --- .github/workflows/params.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/params.yml b/.github/workflows/params.yml index 8840ff9..df5c2e1 100644 --- a/.github/workflows/params.yml +++ b/.github/workflows/params.yml @@ -26,7 +26,7 @@ env: { "NAME": "mariadb", "VERSION": ["10.1", "10.2", "10.3", "10.4", "10.5", "10.6"], - "ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"] + "ARCH": ["linux/amd64", "linux/arm64"] }, { "NAME": "percona", diff --git a/README.md b/README.md index 877f96e..6b14c12 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![type](https://img.shields.io/badge/type-Docker-blue.svg)](https://hub.docker.com/r/devilbox/mysql) [![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT) -**Available Architectures:** `amd64`, `i386`, `arm64` +**Available Architectures:** `amd64`, `arm64` The purpose of this project is to simply re-tag the official Docker images for [MySQL](https://hub.docker.com/_/mysql), [MariaDB](https://hub.docker.com/_/mariadb) and