Closed willbrowningme closed 9 months ago
Hmm, that's strange. Do you think that's why the anonaddybot on https://hub.docker.com/repository/docker/anonaddy/anonaddy/general hasn't built the last tag v1.0.5
?
Hmm, that's strange. Do you think that's why the anonaddybot on https://hub.docker.com/repository/docker/anonaddy/anonaddy/general hasn't built the last tag
v1.0.5
?
This is not related but I forgot to push the tag my bad, here you go: https://github.com/anonaddy/docker/releases/tag/1.0.5-r0
Hmm, that's strange. Do you think that's why the anonaddybot on https://hub.docker.com/repository/docker/anonaddy/anonaddy/general hasn't built the last tag
v1.0.5
?This is not related but I forgot to push the tag my bad, here you go: https://github.com/anonaddy/docker/releases/tag/1.0.5-r0
Ah yes, I forgot about that too!
rollup seems something new since https://github.com/anonaddy/anonaddy/commit/fef0c1b02ca8f6a93f000d09f1ed29e9d45acb7e#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519R659 (v1.0.7) so linked to dependencies update.
@willbrowningme Do you know what imports https://github.com/anonaddy/anonaddy/blame/31d206ac41523961d1f90b4792f9bc5655e79dfa/package-lock.json#L659-L827? Vite v5 maybe?
It says linux arm is not supported but then it's clearly specified in the supported platforms 🤷♂️
Ah actually linux-arm
is supported but not with musl (alpine) :disappointed:
@willbrowningme Seems https://github.com/rollup/rollup/issues/5194#issuecomment-1824156669 would solve the issue. In your case with vite: https://github.com/rollup/rollup/issues/5194#issuecomment-1833271025
@crazy-max great find! I've just updated package.json, do I need to tag a new release to trigger a build?
Shall I close this PR?
Shall I close this PR?
not needed, updated your changes to 1.0.8, let's see how it goes :eyes:
Awesome, thanks!
Build on arm doesn't look good :disappointed:: https://github.com/anonaddy/docker/actions/runs/7948027904/job/21697548411?pr=260#step:7:4324
It says linux arm is not supported but then it's clearly specified in the supported platforms :man_shrugging: