Skip to content

Commit

Permalink
ok works
Browse files Browse the repository at this point in the history
  • Loading branch information
radiosilence committed Apr 25, 2024
1 parent 1fc9a4b commit 5a85fb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ pkg-create: pkg-clean
cp README.md $(PKGDIR)

pkg-add: pkg-create pkg-build
ops pkg add $(PKGDIR) --name $(PKGRELEASE)
ops pkg add $(PKGDIR) --name $(PKGRELEASE) --arch $(PKGARCH)

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

pkg-push: pkg-add
ops pkg push $(PKGRELEASE)
# TODO: add --arch $(PKGARCH) once ops supports it
ops pkg push $(PKGRELEASE)

pkg-load: pkg-add
ops pkg load -l $(PKGRELEASE) -p 80

0 comments on commit 5a85fb6

Please sign in to comment.