Commit graph

8 commits

Author SHA1 Message Date
Nathan Flurry
6b15432c71 fix: explicitly set TARGETARCH for Docker multi-arch builds 2026-01-28 02:06:59 -08:00
Nathan Flurry
d7f32f3ee5 fix: use Alpine with native musl for arm64 Docker builds 2026-01-28 01:59:35 -08:00
Nathan Flurry
e887b48e26 fix: skip OpenSSL build on arm64 (uses rustls instead) 2026-01-28 01:51:20 -08:00
Nathan Flurry
0b608fac7b fix: use linux-generic64 for OpenSSL on arm64 with musl-gcc 2026-01-28 01:44:12 -08:00
Nathan Flurry
e984d07c28 fix: use native musl-gcc on arm64 instead of cross-toolchain 2026-01-28 01:36:04 -08:00
Nathan Flurry
8a6117cb5f fix: remove g++-multilib (not available on arm64) 2026-01-28 01:27:50 -08:00
Nathan Flurry
5dd8a13845 fix: add OpenSSL build for musl in runtime Dockerfile 2026-01-28 01:23:51 -08:00
Nathan Flurry
b49776145b fix: add docker-setup action, runtime Dockerfile, and align release workflow
- Add .github/actions/docker-setup composite action (from rivet)
- Add docker/runtime/Dockerfile for Docker image builds
- Update release.yaml to match rivet patterns:
  - Use corepack enable instead of pnpm/action-setup
  - Add reuse_engine_version input
  - Add Docker job with Depot runners
  - Use --no-frozen-lockfile for pnpm install
  - Add id-token permission for setup job
2026-01-27 19:29:54 -08:00