Skip to content
Snippets Groups Projects
Commit cc4f11e0 authored by Natanael Copa's avatar Natanael Copa
Browse files

alpine.mk: sign the index on iso

parent 15a3f242
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ $(ISO_REPOS_DIRSTAMP): $(ISO_PKGDIR)/APKINDEX.tar.gz
$(ISO_PKGDIR)/APKINDEX.tar.gz: $(APK_FILES)
@echo "==> iso: generating repository index"
@apk index -o $@ $(ISO_PKGDIR)/*.apk
@abuild-sign $@
$(ISO_KERNEL): $(KERNEL_APK)
@echo "==> iso: install kernel $(KERNEL)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment