You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the same reason as outlined in HoloArchivists/fc2-live-dl#45
But adding platforms: linux/amd64, linux/arm64 to the GitHub Actions workflow is insufficient.
I noticed numerous x86_64 targeted build processes within the Dockerfile and failed on local build.
Edit: I forked the repo, replaced all x86_64 with aarch64 and successfully built it in own aarch64 server. But I have no idea how should the whole CI be modified (and seemed to be very slow per build).
The text was updated successfully, but these errors were encountered:
As a follow-up, I have forked the repo, replaced the x86_64 with aarch64 and tried to build it on Github Actions.
The build completed successfully on my arm64 server, but it turned out to have some problems with yarn on Actions?
For the same reason as outlined in HoloArchivists/fc2-live-dl#45
But adding
platforms: linux/amd64, linux/arm64
to the GitHub Actions workflow is insufficient.I noticed numerous
x86_64
targeted build processes within the Dockerfile and failed on local build.hoshinova/Dockerfile
Line 18 in bb141f7
hoshinova/Dockerfile
Line 46 in bb141f7
hoshinova/Dockerfile
Line 65 in bb141f7
🥺
Edit: I forked the repo, replaced all
x86_64
withaarch64
and successfully built it in ownaarch64
server. But I have no idea how should the whole CI be modified (and seemed to be very slow per build).The text was updated successfully, but these errors were encountered: