Skip to content

Commit b4a2b63

Browse files
committed
tmp
1 parent cc60f5d commit b4a2b63

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

.github/workflows/post-release.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
gem install --no-document --user-install --bindir ~/.local/bin package_cloud
3434
export CLICOLOR_FORCE=1
35-
# deb: armv6 clashes with armv7, no support for loong64
36-
~/.local/bin/package_cloud push ${{ github.repository }}/any/any $(ls -1 dist/*.deb | grep -vE 'armv6|loong64')
35+
# deb: armv6 clashes with armv7, no loong64/mips64 support
36+
~/.local/bin/package_cloud push ${{ github.repository }}/any/any $(ls -1 dist/*.deb | grep -vE 'armv6|loong64|mips64')
3737
~/.local/bin/package_cloud push ${{ github.repository }}/rpm_any/rpm_any dist/*.rpm
3838
env:
3939
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)