Skip to content

Commit

Permalink
fix: Disable Arch builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Aug 11, 2024
1 parent 0296af7 commit 132be04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
git fetch --all # required to make 'git describe' work
make builddeb
sudo add-apt-repository universe
sudo apt update
sudo apt install makepkg
make buildarch
#sudo add-apt-repository universe
#sudo apt update
#sudo apt install makepkg
#make buildarch
gh release upload ${{ steps.release.outputs.tag_name }} *.deb
gh release upload ${{ steps.release.outputs.tag_name }} *.zst
#gh release upload ${{ steps.release.outputs.tag_name }} *.zst

0 comments on commit 132be04

Please sign in to comment.