Skip to content

Commit 86f03b0

Browse files
remove arm images
1 parent 8cffaa5 commit 86f03b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
cc: [gcc, clang]
1616
mpi: [openmpi, mpich]
1717
os: [ubuntu, debian]
18-
platform: [amd64, arm64]
1918

2019
runs-on: ubuntu-latest
2120
if: "!contains(github.event.head_commit.message, '[main skip]')"
@@ -33,12 +32,12 @@ jobs:
3332
password: ${{ secrets.DOCKERHUB_TOKEN }}
3433

3534
- name: Build and push
36-
uses: docker/build-push-action@v3
35+
uses: docker/build-push-action@v4
3736
with:
3837
context: "{{defaultContext}}:${{ matrix.os }}"
3938
push: true
4039
platforms: |-
41-
linux/${{ matrix.platform }}
40+
linux/amd64
4241
target: ${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}
4342
tags: ${{ secrets.DOCKERHUB_USERNAME }}/htool_testing_environments:${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}
4443
cache-from: ${{ secrets.DOCKERHUB_USERNAME }}/htool_testing_environments:${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}

0 commit comments

Comments
 (0)