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

Use native ARM builders for container builds #1099

Merged
merged 12 commits into from
Nov 7, 2024
Merged

Use native ARM builders for container builds #1099

merged 12 commits into from
Nov 7, 2024

Commits on Nov 6, 2024

  1. Use native ARM builders for container builds

    This commit replaces #1088 and attempts to build a lading multi-platform
    image by use of organization provided ARM native builders. Unsure if this'll
    work but I figure it's worth a shot.
    
    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    68f3b2c View commit details
    Browse the repository at this point in the history
  2. version tag ding

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    90ae933 View commit details
    Browse the repository at this point in the history
  3. runs-on runner

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f281619 View commit details
    Browse the repository at this point in the history
  4. actionlint ding

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4d32b4d View commit details
    Browse the repository at this point in the history
  5. left a 'v' in the tag

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c5987a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. rely only on tags, use cache tag for caching

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    06f248f View commit details
    Browse the repository at this point in the history
  2. container tag or something

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b0d5103 View commit details
    Browse the repository at this point in the history
  3. single platform images

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ef91a48 View commit details
    Browse the repository at this point in the history
  4. remove more platform

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5054e5c View commit details
    Browse the repository at this point in the history
  5. annotations???

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5f4fce9 View commit details
    Browse the repository at this point in the history
  6. indent

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9491c1a View commit details
    Browse the repository at this point in the history
  7. use docker buildx imagetools

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2903234 View commit details
    Browse the repository at this point in the history