Skip to content

Commit ee4e98a

Browse files
authored
Drop armv7 from multi-arch build (#1)
Remove linux/arm/v7 from the CI Docker build platforms and update README references to reflect that the published multi-arch image now targets amd64 and arm64 only. Files changed: .github/workflows/ci.yml and README.md.
1 parent a0bf2e8 commit ee4e98a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
context: ./backend
124124
file: ./backend/Dockerfile
125125
push: true
126-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
126+
platforms: linux/amd64,linux/arm64/v8
127127
tags: ${{ steps.meta.outputs.tags }}
128128
labels: ${{ steps.meta.outputs.labels }}
129129
cache-from: type=gha

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ StackResume is built to live on **your** infrastructure — a laptop, a homelab
5454
- **No SaaS, no telemetry, no tracking.** The container talks to one place: whichever LLM provider *you* configure. Nothing else leaves the box.
5555
- **Bring your own key — or skip keys entirely.** Plug in OpenAI / Anthropic / Google Gemini, or point at a local [Ollama](https://ollama.com) install for fully **offline, zero-cost** inference. No vendor lock-in.
5656
- **Open source under GPL-3.0.** Read it, audit it, fork it, patch it. The whole pipeline — agents, prompts, document renderers — is in this repo.
57-
- **One container, anywhere Docker runs.** Multi-arch image (`amd64`, `arm64`, `armv7`) — runs on a Raspberry Pi just as happily as on a bare-metal server.
57+
- **One container, anywhere Docker runs.** Multi-arch image (`amd64`, `arm64`) — runs on a Raspberry Pi just as happily as on a bare-metal server.
5858
- **Optional single-user auth.** Flip one env var to put it behind SHA-512 + session-token login if you expose it on a LAN or behind a tunnel.
5959

6060
---
6161

6262
## Quick start (Docker)
6363

64-
No clone needed — pull the pre-built multi-arch image (`amd64` / `arm64` / `armv7`) straight from [Docker Hub](https://hub.docker.com/r/sathvikrao/stackresume).
64+
No clone needed — pull the pre-built multi-arch image (`amd64` / `arm64`) straight from [Docker Hub](https://hub.docker.com/r/sathvikrao/stackresume).
6565

6666
**Minimal:**
6767

0 commit comments

Comments
 (0)