fix(workflows): use full platform name in all names

This commit is contained in:
Alex Zenla 2024-07-18 20:35:00 -07:00
parent 5ee1035896
commit 0a49df7c4c
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ jobs:
- aarch64 - aarch64
env: env:
TARGET_ARCH: "${{ matrix.arch }}" TARGET_ARCH: "${{ matrix.arch }}"
name: zone initrd ${{ matrix.arch }} name: zone initrd linux-${{ matrix.arch }}
steps: steps:
- name: harden runner - name: harden runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1

View File

@ -17,7 +17,7 @@ jobs:
env: env:
TARGET_ARCH: "${{ matrix.arch }}" TARGET_ARCH: "${{ matrix.arch }}"
CI_NEEDS_FPM: "1" CI_NEEDS_FPM: "1"
name: nightly full build ${{ matrix.arch }} name: nightly full build linux-${{ matrix.arch }}
steps: steps:
- name: harden runner - name: harden runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1