Skip to content

Commit b680f61

Browse files
committed
no comment
1 parent 61818ab commit b680f61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
for cur_arch in $ARCH; do
4545
docker build . --platform linux/$cur_arch -t ${{ github.repository_name }}
4646
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"
5047
done
5148
5249
- name: Create Release

0 commit comments

Comments
 (0)