From f71414bbb1e714d360f1a7a0a9bbe5ba082fc8d0 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 4 Jan 2026 01:37:57 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! perf: build frontend once on runner instead of in Docker --- .goreleaser.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7d5e4be..aadeb3e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -9,8 +9,6 @@ before: - go mod tidy # Download and setup Zig for cross-compilation (Linux only) - bash -c 'if [ "$(uname -s)" = "Linux" ]; then wget https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz -O /tmp/zig.tar.xz && ls -lh /tmp/zig.tar.xz && tar -xvf /tmp/zig.tar.xz -C /tmp && echo "/tmp/zig-x86_64-linux-0.15.2" >> $GITHUB_PATH; fi' - # Build frontend (Vue SPA with Vite) - - bash -c 'cd frontend && pnpm install && pnpm build' # Build configuration # All binaries built using Zig for consistent cross-compilation