Skip to content

Commit 8031564

Browse files
committed
Add arm32v7
1 parent 88f966f commit 8031564

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
context: .
108108
file: ${{ matrix.distro }}.Dockerfile
109109
build-args: base_image=${{ env.BASE_IMAGE }}:${{ matrix.version }}
110-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v6
110+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
111111
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
112112
tags: ${{ env.IMAGE }}:${{ matrix.version }}
113113

.github/workflows/ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
context: .
110110
file: ${{ matrix.distro }}.Dockerfile
111111
build-args: base_image=${{ env.BASE_IMAGE }}:${{ matrix.version }}
112-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v6
112+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6
113113
push: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
114114
tags: ${{ env.IMAGE }}:${{ matrix.version }}
115115

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Images are built for the following architecture.
1616

1717
1. amd64
1818
1. arm32v6
19+
1. arm32v7
1920
1. arm64v8
2021

2122
## Images

0 commit comments

Comments
 (0)