Skip to content

Commit 25b79bb

Browse files
committed
try buildx
1 parent 28e360f commit 25b79bb

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
@@ -42,7 +42,7 @@ jobs:
4242
git tag --list --format='%(contents)' "$TAG_NAME" > RELEASE-NOTES
4343
4444
for cur_arch in $ARCH; do
45-
docker build . \
45+
docker buildx build . \
4646
--platform "linux/$cur_arch" \
4747
--output "type=docker,dest=${{ github.repository_name }}-$TAG_NAME-$cur_arch.tar"
4848
done

0 commit comments

Comments
 (0)