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

Feat: multi-arch docker image #1756

Merged
merged 7 commits into from
Apr 23, 2024
Merged

Feat: multi-arch docker image #1756

merged 7 commits into from
Apr 23, 2024

Commits on Feb 27, 2024

  1. Feat: multi-arch docker image

    - adapt Dockerfile to support cross-compilation depending on TARGETARCH and TARGETOS variables see https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
    - set target platforms for docker/build-push-action
    tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    559ead5 View commit details
    Browse the repository at this point in the history
  2. Support running on forks

    ngehrsitz authored and tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    88e5dd9 View commit details
    Browse the repository at this point in the history
  3. Fix ARG format

    ngehrsitz authored and tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    81c6276 View commit details
    Browse the repository at this point in the history
  4. Fix docker digest step

    ngehrsitz authored and tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    482ed28 View commit details
    Browse the repository at this point in the history
  5. Restrict permissions

    ngehrsitz authored and tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    516acb7 View commit details
    Browse the repository at this point in the history
  6. Update action versions

    ngehrsitz authored and tnaroska committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    54e2cb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bdf7cc View commit details
    Browse the repository at this point in the history