File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,22 @@ jobs:
2828 include :
2929 - os-name : Ubuntu x64
3030 os : ubuntu-latest
31- os-type : ubuntu
31+ os-type : linux
3232 arch : amd64
3333
3434 - os-name : Ubuntu ARM
3535 os : ubuntu-24.04-arm
36- os-type : ubuntu
36+ os-type : linux
3737 arch : arm64
3838
3939 - os-name : MacOS x64
4040 os : macos-13
41- os-type : macos
41+ os-type : darwin
4242 arch : amd64
4343
4444 - os-name : MacOS ARM
4545 os : macos-13
46- os-type : macos
46+ os-type : darwin
4747 arch : arm64
4848
4949 name : ${{ matrix.os-name }}
@@ -104,8 +104,8 @@ jobs:
104104 CST_REPO : github.com/GoogleContainerTools/container-structure-test
105105 run : >-
106106 curl -L "https://${{ env.CST_REPO }}/releases/download/v${{
107- env.CST_VERSION }}/container-structure-test-linux- ${{ matrix.arch }}"
108- > container-structure-test
107+ env.CST_VERSION }}/container-structure-test-${{
108+ matrix.os-type }}-${{ matrix.arch }}" > container-structure-test
109109 && chmod +x container-structure-test
110110 && mkdir -p $HOME/bin/
111111 && mv container-structure-test $HOME/bin/
You can’t perform that action at this time.
0 commit comments