Commit 86f03b0 1 parent 8cffaa5 commit 86f03b0 Copy full SHA for 86f03b0
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
cc : [gcc, clang]
16
16
mpi : [openmpi, mpich]
17
17
os : [ubuntu, debian]
18
- platform : [amd64, arm64]
19
18
20
19
runs-on : ubuntu-latest
21
20
if : " !contains(github.event.head_commit.message, '[main skip]')"
@@ -33,12 +32,12 @@ jobs:
33
32
password : ${{ secrets.DOCKERHUB_TOKEN }}
34
33
35
34
- name : Build and push
36
- uses : docker/build-push-action@v3
35
+ uses : docker/build-push-action@v4
37
36
with :
38
37
context : " {{defaultContext}}:${{ matrix.os }}"
39
38
push : true
40
39
platforms : |-
41
- linux/${{ matrix.platform }}
40
+ linux/amd64
42
41
target : ${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}
43
42
tags : ${{ secrets.DOCKERHUB_USERNAME }}/htool_testing_environments:${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}
44
43
cache-from : ${{ secrets.DOCKERHUB_USERNAME }}/htool_testing_environments:${{ matrix.os }}_${{ matrix.cc }}_${{ matrix.mpi }}
You can’t perform that action at this time.
0 commit comments