mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Build RPM and Debian packages on GitHub Actions
This commit is contained in:
parent
bd1dc3149e
commit
9ba15e9649
4 changed files with 49 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -153,7 +153,7 @@ rpm: clean
|
|||
rpmbuild -bb --define "_miniflux_version $(VERSION)" /root/rpmbuild/SPECS/miniflux.spec
|
||||
|
||||
debian:
|
||||
@ docker build \
|
||||
@ docker build --load \
|
||||
--build-arg BASE_IMAGE_ARCH=$(DEB_IMG_ARCH) \
|
||||
-t $(DEB_IMG_ARCH)/miniflux-deb-builder \
|
||||
-f packaging/debian/Dockerfile \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue