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 3def7f6 commit cc60f5dCopy full SHA for cc60f5d
.github/workflows/tag.yml
@@ -32,7 +32,8 @@ jobs:
32
run: |
33
gem install --no-document --user-install --bindir ~/.local/bin package_cloud
34
export CLICOLOR_FORCE=1
35
- ~/.local/bin/package_cloud push ${{ github.repository }}/any/any $(ls -1 dist/*.deb | grep -vF armv6)
+ # 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')
37
~/.local/bin/package_cloud push ${{ github.repository }}/rpm_any/rpm_any dist/*.rpm
38
env:
39
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
0 commit comments