Skip to content

Commit f768159

Browse files
brianeggemikefarah
authored andcommitted
Create docker image for armv7 / raspberry pi3
1 parent c16b180 commit f768159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
IMAGE_VERSION=${VERSION:1}
3939
echo "IMAGE_VERSION: ${IMAGE_VERSION}"
4040
41-
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64"
41+
PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64,linux/arm/v7"
4242
4343
echo "Building and pushing version ${IMAGE_VERSION} of image ${IMAGE_NAME}"
4444
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin

0 commit comments

Comments
 (0)