Skip to content

Commit 0e455db

Browse files
committed
fix docker build
1 parent 54bb92d commit 0e455db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- master
77
- main
88
- 'v*'
9-
- t-6.6.3-sp5
109
workflow_dispatch:
1110

1211
jobs:
@@ -44,6 +43,6 @@ jobs:
4443
--output "type=image,push=true" \
4544
--file "Dockerfile" \
4645
--tag "${image}:${tag}" \
47-
--platform "linux/amd64,linux/arm64" \
46+
--platform "linux/amd64 \
4847
"."
4948

0 commit comments

Comments
 (0)