Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): fix installation of git-lfs in armv7 image #2100

Merged
merged 1 commit into from
Mar 2, 2022
Merged

fix(docker): fix installation of git-lfs in armv7 image #2100

merged 1 commit into from
Mar 2, 2022

Commits on Mar 2, 2022

  1. fix(docker): fix installation of git-lfs in armv7 image

    This uses a similar pattern than what is used for `GOSU_ARCH` to map the
    `TARGETPLATFORM` argument into the name of the architecture git-lfs use for
    their release binaries, as "linux/arm/v7" otherwise would be mapped into "v7"
    which is wrong.
    Tenzer committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3bda9ca View commit details
    Browse the repository at this point in the history