Replies: 1 comment
-
at the time it was implemented, I think there weren't any guidelines of how the files should be named... if it's incorrect now, we can change it, yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm currently trying to package apk files for alpine linux.
When calling
nfpm package -p apk -t build
, nfpm generates a package name likemypkg_1.0.0_rc0_x86_64.apk
The alpine upstream repositories don't contain an arch in the filename and there are only hyphens instead of underscores in the "official" alpine packages. So is there any reason why nfpm uses underscores and includes the arch in the apk file name (or is that simply a bug and it's worth opening an issue?)
Thanks :-)
Beta Was this translation helpful? Give feedback.
All reactions