Skip to content

Commit ddddedd

Browse files
committed
2 parents 77c8369 + e2d2ba2 commit ddddedd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04-arm
4949
strategy:
5050
matrix:
51-
platform: [linux/arm/v7, linux/arm64/v8]
51+
platform: [linux/arm64/v8]
5252

5353
steps:
5454
- name: Checkout Code
@@ -97,6 +97,5 @@ jobs:
9797
--tag $IMAGE_NAME:latest \
9898
$IMAGE_NAME:latest-linux-386 \
9999
$IMAGE_NAME:latest-linux-amd64 \
100-
$IMAGE_NAME:latest-linux-arm-v7 \
101100
$IMAGE_NAME:latest-linux-arm64-v8
102101
shell: bash

0 commit comments

Comments
 (0)