ci
Build and Bundle Gleam App / format (push) Successful in 12s
Build and Bundle Gleam App / build-linux-binaries (push) Failing after 8m0s

This commit is contained in:
2026-08-31 20:54:10 +02:00
parent 9ed051d280
commit b70cf8b27a
3 changed files with 79 additions and 24 deletions
+3 -24
View File
@@ -22,35 +22,14 @@ jobs:
needs: format
runs-on: ubuntu-latest
container:
image: jaypoch/lumabuilder:latest
image: jaypoch/luma-markdown-builder:latest
env:
PATH: /root/.cargo/bin:/usr/local/bin:/usr/bin:/bin
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install native packaging tools
run: |
set -eu
export PATH="$HOME/.cargo/bin:$PATH"
if ! command -v rustup >/dev/null 2>&1; then
curl --fail --silent --show-error https://sh.rustup.rs \
| sh -s -- -y --profile minimal
fi
export PATH="$HOME/.cargo/bin:$PATH"
rustup default stable
if ! command -v zig >/dev/null 2>&1; then
curl --fail --silent --show-error --location \
https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz \
--output /tmp/zig.tar.xz
tar -xJf /tmp/zig.tar.xz -C /tmp
ln -s /tmp/zig-x86_64-linux-0.16.0/zig "$HOME/.cargo/bin/zig"
fi
cargo install --locked queso
cargo install cargo-zigbuild
- name: Build x86_64 and ARM64 binaries
run: ./scripts/build-linux-binaries.sh