[all-commits] [llvm/llvm-project] 89001d: workflows/build-ci-container: Add an arm64 contain...

Tom Stellard via All-commits all-commits at lists.llvm.org
Mon Feb 3 13:28:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89001d1de8ecf03c8820594ea03345b99560272a
      https://github.com/llvm/llvm-project/commit/89001d1de8ecf03c8820594ea03345b99560272a
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M .github/workflows/build-ci-container.yml

  Log Message:
  -----------
  workflows/build-ci-container: Add an arm64 container (#120828)

This also changes the container version numbers in the tag from unix
timestamps to the abbreviated commit hash for the workflow. This ensures
that the amd64 and arm64 containers have the same tag.

For amd64 we now generate 4 tags:

* ghcr.io/llvm/ci-ubuntu-22.04:latest
* ghcr.io/llvm/ci-ubuntu-22.04:$GITHUB_SHA
* ghcr.io/llvm/amd64/ci-ubuntu-22.04:latest
* ghcr.io/llvm/amd64/ci-ubuntu-22.04:$GITHUB_SHA

For arm64 we generate 2 tags:

* ghcr.io/tstellar/arm64v8/ci-ubuntu-22.04:latest
* ghcr.io/tstellar/arm64v8/ci-ubuntu-22.04:$GITHUB_SHA



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list