Skip to content

Commit be426e8

Browse files
committed
Drop support for ARM v6 since it's not supported anymore
1 parent 7e40cf2 commit be426e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--cache-from=$IMAGE_NAME:latest \
6464
--push \
6565
-t $IMAGE_NAME:latest \
66-
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
66+
--platform linux/amd64,linux/arm64,linux/arm/v7 \
6767
.
6868
6969
- name: Set tag in environment
@@ -77,5 +77,5 @@ jobs:
7777
--cache-from=$IMAGE_NAME:latest \
7878
--push \
7979
-t $IMAGE_NAME:$RELEASE_VERSION \
80-
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
80+
--platform linux/amd64,linux/arm64,linux/arm/v7 \
8181
.

0 commit comments

Comments
 (0)