Skip to content

Commit

Permalink
add arch here
Browse files Browse the repository at this point in the history
  • Loading branch information
radiosilence committed Apr 8, 2024
1 parent a5b1b65 commit ac617ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pkg-add: pkg-create pkg-build
ops pkg add $(PKGDIR) --name $(PKGRELEASE)

pkg-bundle: pkg-add
cd $(RELEASEDIR); tar czvf $(PKGRELEASE).tar.gz $(PKGRELEASE)
@echo "Release created: $(PKGDIR).tar.gz"
cd $(RELEASEDIR); tar czvf $(PKGRELEASE)-$(PKGARCH).tar.gz $(PKGRELEASE)
@echo "Release created: $(PKGDIR)-$(PKGARCH).tar.gz"

pkg-push: pkg-add
ops pkg push $(PKGRELEASE)
Expand Down

0 comments on commit ac617ee

Please sign in to comment.