Skip to content

Commit 676ec5d

Browse files
committed
remove : support for linux/386,linux/arm/v7,linux/arm/v6
to save docker size Expected Github Actions runners : AMD64 or ARM64
1 parent 6587d61 commit 676ec5d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
builder: ${{ steps.buildx.outputs.name }}
5858
context: .
5959
file: ./Dockerfile
60-
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
60+
platforms: linux/amd64,linux/arm64
6161
push: true
6262
tags: ${{ steps.prep.outputs.tags }}
6363
labels: org.opencontainers.image.version=${{ steps.prep.outputs.version }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333

3434
### Removed
3535
* no `pip` cache to save docker size
36+
* support for linux/386,linux/arm/v7,linux/arm/v6 to save docker size
37+
Expected Github Actions runners : AMD64 or ARM64
38+
3639

3740
### Fixed
3841

0 commit comments

Comments
 (0)