diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index a8d38b4..acf3b87 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -17,10 +17,10 @@ jobs: run: | tmpdir="$(mktemp -d)" pushd "$tmpdir" - if [ "${{ inputs.arch }}" = "amd64" ]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 GOOD_SHA=80c5ab9422d4672f650f2bad3da933568349b64117d055486abc3534517be2af - elif [ "${{ inputs.arch }}" = "arm64" ]; then + elif [ "${{ matrix.arch }}" = "arm64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-arm64 GOOD_SHA=0486629e1599c3bccded279f6555ff22691958cde56203ceca099af6f2407263 fi @@ -70,10 +70,10 @@ jobs: run: | tmpdir="$(mktemp -d)" pushd "$tmpdir" - if [ "${{ inputs.arch }}" = "amd64" ]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 GOOD_SHA=80c5ab9422d4672f650f2bad3da933568349b64117d055486abc3534517be2af - elif [ "${{ inputs.arch }}" = "arm64" ]; then + elif [ "${{ matrix.arch }}" = "arm64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-arm64 GOOD_SHA=0486629e1599c3bccded279f6555ff22691958cde56203ceca099af6f2407263 fi diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index e11d5a3..c8df8eb 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -21,10 +21,10 @@ jobs: run: | tmpdir="$(mktemp -d)" pushd "$tmpdir" - if [ "${{ inputs.arch }}" = "amd64" ]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 GOOD_SHA=80c5ab9422d4672f650f2bad3da933568349b64117d055486abc3534517be2af - elif [ "${{ inputs.arch }}" = "arm64" ]; then + elif [ "${{ matrix.arch }}" = "arm64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-arm64 GOOD_SHA=0486629e1599c3bccded279f6555ff22691958cde56203ceca099af6f2407263 fi @@ -74,10 +74,10 @@ jobs: run: | tmpdir="$(mktemp -d)" pushd "$tmpdir" - if [ "${{ inputs.arch }}" = "amd64" ]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 GOOD_SHA=80c5ab9422d4672f650f2bad3da933568349b64117d055486abc3534517be2af - elif [ "${{ inputs.arch }}" = "arm64" ]; then + elif [ "${{ matrix.arch }}" = "arm64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-arm64 GOOD_SHA=0486629e1599c3bccded279f6555ff22691958cde56203ceca099af6f2407263 fi diff --git a/.github/workflows/sysexts.yml b/.github/workflows/sysexts.yml index 949e1c0..1f18d69 100644 --- a/.github/workflows/sysexts.yml +++ b/.github/workflows/sysexts.yml @@ -17,10 +17,10 @@ jobs: run: | tmpdir="$(mktemp -d)" pushd "$tmpdir" - if [ "${{ inputs.arch }}" = "amd64" ]; then + if [ "${{ matrix.arch }}" = "amd64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 GOOD_SHA=80c5ab9422d4672f650f2bad3da933568349b64117d055486abc3534517be2af - elif [ "${{ inputs.arch }}" = "arm64" ]; then + elif [ "${{ matrix.arch }}" = "arm64" ]; then curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-arm64 GOOD_SHA=0486629e1599c3bccded279f6555ff22691958cde56203ceca099af6f2407263 fi