We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96afa8d commit a108022Copy full SHA for a108022
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
for cur_arch in $ARCH; do
53
docker build . --platform linux/$cur_arch -t $REPO_NAME
54
- docker save $REPO_NAME -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
+ docker save --platform linux/$cur_arch $REPO_NAME -o "$REPO_NAME-$TAG_NAME-$cur_arch.tar"
55
done
56
57
- name: Create Release
0 commit comments