Skip to content

Commit f76b65e

Browse files
committed
Removed arm/v7
1 parent 21fc021 commit f76b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-multi-arch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ jobs:
122122
context: .
123123
build-args: |
124124
BASE_IMAGE=${{ env.BASE_IMAGE }}
125-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
125+
platforms: linux/amd64,linux/arm64/v8
126126
push: true
127127
tags: ${{ env.RELEASE_TAGS }}

0 commit comments

Comments
 (0)