Skip to content

Commit e2d2ba2

Browse files
authored
Update docker-image.yml
removed armv7 from build pipeline because of a cargo error
1 parent cd4da9c commit e2d2ba2

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)