Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Apr 25, 2024
1 parent 841e1e2 commit 51c7fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ deb: source_for_deb ## Packaging for DEB
version:
@git describe --tags --abbrev=0|sed -e 's/v//g' > version

SUPPORTOS=centos7 almalinux9 ubuntu20 ubuntu22 debian10 debian11
SUPPORTOS=centos7 almalinux9 ubuntu20 ubuntu22 ubuntu24 debian10 debian11
pkg: version ## Create some distribution packages
rm -rf builds && mkdir builds
for i in $(SUPPORTOS); do \
Expand Down

0 comments on commit 51c7fbd

Please sign in to comment.