Skip to content

Commit e247d97

Browse files
committed
Fix arches
1 parent d9e7b2c commit e247d97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
{
2727
"NAME": "mariadb",
2828
"VERSION": ["10.1", "10.2", "10.3", "10.4", "10.5", "10.6"],
29-
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
29+
"ARCH": ["linux/amd64", "linux/arm64"]
3030
},
3131
{
3232
"NAME": "percona",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![type](https://img.shields.io/badge/type-Docker-blue.svg)](https://hub.docker.com/r/devilbox/mysql)
1212
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
1313

14-
**Available Architectures:** `amd64`, `i386`, `arm64`
14+
**Available Architectures:** `amd64`, `arm64`
1515

1616
The purpose of this project is to simply re-tag the official Docker images for
1717
[MySQL](https://hub.docker.com/_/mysql), [MariaDB](https://hub.docker.com/_/mariadb) and

0 commit comments

Comments
 (0)