File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9393 if : ${{ github.event.inputs.macos == '' || github.event.inputs.macos == 'yes' }}
9494 name : macOS x86_64
9595 env :
96- RVERSIONS : " 3.5 3.6 4.0 4.1 4.2 4.3-x86_64 4.4-x86_64 4.5-x86_64 4.6-x86_64 "
96+ RVERSIONS : " 3.5 3.6 4.0 4.1 4.2 4.3-x86_64 4.4-x86_64 4.5-x86_64"
9797 RVERSION_DEFAULT : " 4.5-x86_64"
9898 steps :
9999
@@ -121,7 +121,7 @@ jobs:
121121 sudo rig add 4.3 --arch x86_64
122122 sudo rig add 4.4 --arch x86_64
123123 sudo rig add release --arch x86_64
124- sudo rig add devel --arch x86_64
124+ # sudo rig add devel --arch x86_64
125125 rig default release
126126
127127 - name : Install skopeo
@@ -148,7 +148,7 @@ jobs:
148148 if : ${{ github.event.inputs.macos-arm64 == '' || github.event.inputs.macos-arm64 == 'yes' }}
149149 name : macos arm64
150150 env :
151- RVERSIONS : " 4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64 4.5-arm64 4.6-arm64 "
151+ RVERSIONS : " 4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64 4.5-arm64"
152152 RVERSION_DEFAULT : " 4.5-arm64"
153153
154154 steps :
@@ -174,7 +174,7 @@ jobs:
174174 sudo rig add 4.3
175175 sudo rig add 4.4
176176 sudo rig add release
177- sudo rig add devel
177+ # sudo rig add devel
178178 rig default release
179179
180180 - name : Install skopeo
You can’t perform that action at this time.
0 commit comments