Skip to content

Commit 7d216ef

Browse files
committed
fix container-structure-test
1 parent 31d95c0 commit 7d216ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)