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
* ci: update Linux build runner from ubuntu-20.04 to ubuntu-latest
* chore: update CI runner from ubuntu-20.04 to ubuntu-latest
* build: add explicit architecture flags for x86_64 and arm64 builds
* ci: add architecture verification checks and remove explicit arch flags
* refactor: simplify Docker build by removing cross-compilation and using native build only
* ci: split Linux build job into separate AMD64 and ARM64 workflows
* fix: handle multiple possible binary output paths in release workflow
* fix: add multi-architecture build support using TARGETPLATFORM in Dockerfile
* refactor: simplify Dockerfile by removing debug logging and redundant TARGETPLATFORM arg
* refactor: simplify build pipeline by using native architecture compilation
* chore: rename bundle manifest to info.json and use 7z for better compression
* feat: enable cross-compilation of Linux binaries using Swift static SDK
* ci: improve release workflow with descriptive job names and simplified artifact upload
0 commit comments