Support for fetch_and_deploy_gh_release for alpine #8232
Unanswered
SunFlowerOwl
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Sorry I just noticed that the alpine-tools.func is only on ProxmoxVED. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I’m currently building an Alpine-based application and using the fetch_and_deploy_gh_release function. However, when I try to install it on my Proxmox, I get the following error message:
I noticed that the build.func script includes the Alpine toolkit when it detects an Alpine base, and in that toolkit, the function is named fetch_and_deploy_gh.
That makes sense, but what I don’t understand is why the installation script alpine-redlib.sh, which calls fetch_and_deploy_gh_release in the same way, works fine.
Beta Was this translation helpful? Give feedback.
All reactions