Skip to content

Commit a108022

Browse files
committed
try to improve
1 parent 96afa8d commit a108022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
for cur_arch in $ARCH; do
5353
docker build . --platform linux/$cur_arch -t $REPO_NAME
54-
docker save $REPO_NAME -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
54+
docker save --platform linux/$cur_arch $REPO_NAME -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
5555
done
5656
5757
- name: Create Release

0 commit comments

Comments
 (0)