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 61818ab commit b680f61Copy full SHA for b680f61
.github/workflows/release.yml
@@ -44,9 +44,6 @@ jobs:
44
for cur_arch in $ARCH; do
45
docker build . --platform linux/$cur_arch -t ${{ github.repository_name }}
46
docker save ${{ github.repository_name }} -o "${{ github.repository_name }}-$TAG_NAME-$cur_arch.tar"
47
-# docker buildx build . \
48
-# --platform "linux/$cur_arch" \
49
-# --output "type=docker,dest=${{ github.repository_name }}-$TAG_NAME-$cur_arch.tar"
50
done
51
52
- name: Create Release
0 commit comments