fix(gif): download evp on runner instead of inside Docker build#671
Draft
Copilot wants to merge 1 commit into
Draft
fix(gif): download evp on runner instead of inside Docker build#671Copilot wants to merge 1 commit into
Copilot wants to merge 1 commit into
Conversation
Agent-Logs-Url: https://github.com/HalFrgrd/flyline/sessions/100a1827-8603-4dfc-9697-4fec6d3ff561 Co-authored-by: HalFrgrd <4559349+HalFrgrd@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
HalFrgrd
May 14, 2026 22:00
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docker
RUN curl | tarsteps in GitHub Actions BuildKit containers receive HTML from GitHub's release CDN rather than the binary, causinggzip: stdin: not in gzip formatand a failed build.Changes
generate-gif.yml: Add a "Download evp" step that runs on the runner beforedocker buildx bake, extracting the evp binary todocker/evpdocker/demo_base.Dockerfile: ReplaceRUN curl … | tarwithCOPY docker/evp /home/john/bin/evp.gitignore: Adddocker/evpto prevent accidental commit of the downloaded binaryNo changes to the evp repo are needed — the
v0.4.0release artifact is correct.