Skip to content

Commit

Permalink
remove rocm 24.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 18, 2024
1 parent 82e7020 commit e9f7fa7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,18 +211,18 @@ jobs:
tags: >
icecube/icetray-base:devel-ubuntu22.04-rocm${{ env.ROCM_VERSION }},
icecube/icetray-base:devel-ubuntu22.04-rocm${{ env.ROCM_VERSION }}-${{ env.current_date }}
-
name: Build and push base devel 24 04 ROCm
uses: docker/build-push-action@v3
with:
push: true
file: icetray_base/Dockerfile_base-devel-24.04
platforms: ${{ env.PLATFORMS }}
build-args: |
BASE_IMAGE=rocm/dev-ubuntu-24.04:${{ env.ROCM_VERSION }}-complete
tags: >
icecube/icetray-base:devel-ubuntu24.04-rocm${{ env.ROCM_VERSION }},
icecube/icetray-base:devel-ubuntu24.04-rocm${{ env.ROCM_VERSION }}-${{ env.current_date }}
# -
# name: Build and push base devel 24 04 ROCm
# uses: docker/build-push-action@v3
# with:
# push: true
# file: icetray_base/Dockerfile_base-devel-24.04
# platforms: ${{ env.PLATFORMS }}
# build-args: |
# BASE_IMAGE=rocm/dev-ubuntu-24.04:${{ env.ROCM_VERSION }}-complete
# tags: >
# icecube/icetray-base:devel-ubuntu24.04-rocm${{ env.ROCM_VERSION }},
# icecube/icetray-base:devel-ubuntu24.04-rocm${{ env.ROCM_VERSION }}-${{ env.current_date }}
-
name: Build and push base prod 22 04
uses: docker/build-push-action@v3
Expand Down

0 comments on commit e9f7fa7

Please sign in to comment.