workmux 0.1.165

An opinionated workflow tool that orchestrates git worktrees and tmux
1
2
3
4
5
6
7
8
ARG BASE=ghcr.io/raine/workmux-sandbox:base
FROM ${BASE}

# Install Codex CLI from GitHub releases
ARG TARGETARCH
RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "x86_64") && \
    curl -fsSL "https://github.com/openai/codex/releases/latest/download/codex-${ARCH}-unknown-linux-gnu.tar.gz" | \
    tar xz -C /usr/local/bin/