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 cc60f5d commit b4a2b63Copy full SHA for b4a2b63
.github/workflows/post-release.yml
.github/workflows/tag.yml
@@ -32,8 +32,8 @@ jobs:
32
run: |
33
gem install --no-document --user-install --bindir ~/.local/bin package_cloud
34
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')
+ # deb: armv6 clashes with armv7, no loong64/mips64 support
+ ~/.local/bin/package_cloud push ${{ github.repository }}/any/any $(ls -1 dist/*.deb | grep -vE 'armv6|loong64|mips64')
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