File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
sudo apt-get install -y rustc
41
41
42
42
- name : Build alt Image armv5
43
- id : build_alt_image
43
+ id : build_alt_imagev5
44
44
uses : redhat-actions/buildah-build@main
45
45
with :
46
46
image : ${{ env.IMAGE_NAMESPACE }}
50
50
./Dockerfile-others.gh
51
51
52
52
- name : Build alt Image s390
53
- id : build_alt_image
53
+ id : build_alt_image390
54
54
uses : redhat-actions/buildah-build@main
55
55
with :
56
56
image : ${{ env.IMAGE_NAMESPACE }}
60
60
./Dockerfile-others.gh
61
61
62
62
- name : Build alt Image armv8
63
- id : build_alt_image
63
+ id : build_alt_imagev8
64
64
uses : redhat-actions/buildah-build@main
65
65
with :
66
66
image : ${{ env.IMAGE_NAMESPACE }}
70
70
./Dockerfile-others.gh
71
71
72
72
- name : Build alt Image armv7
73
- id : build_alt_image
73
+ id : build_alt_imagev7
74
74
uses : redhat-actions/buildah-build@main
75
75
with :
76
76
image : ${{ env.IMAGE_NAMESPACE }}
You can’t perform that action at this time.
0 commit comments