Skip to content

Commit

Permalink
Update CI.yml (#677)
Browse files Browse the repository at this point in the history
Disable building Docker for arm64 via github actions
  • Loading branch information
julesghub authored Oct 31, 2023
1 parent 79402f5 commit a0f94bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
push: true
build-args: MPICH_VERSION = ${{ env.MPICH_VERSION }}
file: ./docs/development/docker/mpi/Dockerfile.mpich
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: underworldcode/mpich:${{ env.MPICH_VERSION }}

build_ompi_image:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
push: true
build-args: OMPI_VERSION = ${{ env.OMPI_VERSION }}
file: ./docs/development/docker/mpi/Dockerfile.openmpi
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: underworldcode/openmpi:${{ env.OMPI_VERSION }}

build_petsc_image:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
push: true
build-args: PETSC_IMAGE=underworldcode/petsc:${{ env.PETSC_VERSION }}
file: ./docs/development/docker/underworld2/Dockerfile
platforms: linux/amd64, linux/arm64
platforms: linux/amd64
tags: underworldcode/underworld2:${{ env.UW_VERSION }}b

test_in_UW_Container:
Expand Down

0 comments on commit a0f94bb

Please sign in to comment.