Skip to content

fix(gif): download evp on runner instead of inside Docker build#671

Draft
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-gif-workflow
Draft

fix(gif): download evp on runner instead of inside Docker build#671
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-gif-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

Docker RUN curl | tar steps in GitHub Actions BuildKit containers receive HTML from GitHub's release CDN rather than the binary, causing gzip: stdin: not in gzip format and a failed build.

Changes

  • generate-gif.yml: Add a "Download evp" step that runs on the runner before docker buildx bake, extracting the evp binary to docker/evp
  • docker/demo_base.Dockerfile: Replace RUN curl … | tar with COPY docker/evp /home/john/bin/evp
  • .gitignore: Add docker/evp to prevent accidental commit of the downloaded binary

No changes to the evp repo are needed — the v0.4.0 release artifact is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants