Skip to content

Commit c3ef762

Browse files
committed
Only build 64bit platforms
1 parent 5630e84 commit c3ef762

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/params.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ env:
3434
MATRIX_ARCH: >-
3535
[
3636
"linux/amd64",
37-
"linux/386",
38-
"linux/arm64",
39-
"linux/arm/v7",
40-
"linux/arm/v6"
37+
"linux/arm64"
4138
]
4239
4340

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`, `arm/v7`, `arm/v6`
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)