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 28e360f commit 25b79bbCopy full SHA for 25b79bb
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
git tag --list --format='%(contents)' "$TAG_NAME" > RELEASE-NOTES
43
44
for cur_arch in $ARCH; do
45
- docker build . \
+ docker buildx build . \
46
--platform "linux/$cur_arch" \
47
--output "type=docker,dest=${{ github.repository_name }}-$TAG_NAME-$cur_arch.tar"
48
done
0 commit comments