Skip to content

Commit cc60f5d

Browse files
committed
tmp
1 parent 3def7f6 commit cc60f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
gem install --no-document --user-install --bindir ~/.local/bin package_cloud
3434
export CLICOLOR_FORCE=1
35-
~/.local/bin/package_cloud push ${{ github.repository }}/any/any $(ls -1 dist/*.deb | grep -vF armv6)
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')
3637
~/.local/bin/package_cloud push ${{ github.repository }}/rpm_any/rpm_any dist/*.rpm
3738
env:
3839
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)