Skip to content

Commit

Permalink
Fix arches
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Mar 4, 2022
1 parent d9e7b2c commit e247d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e247d97

Please sign in to comment.