fix(workflow): remove reference to unused platform matrix key

This commit is contained in:
Alex Zenla 2024-06-30 23:10:31 -07:00
parent 350e02c553
commit 53fb538b95
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -1,4 +1,4 @@
name: OCI distribution
name: oci-distribution
on:
workflow_dispatch:
schedule:
@ -17,7 +17,7 @@ jobs:
- kratactl
- kratad
- kratanet
name: OCI build ${{ matrix.component }} on ${{ matrix.platform }}
name: oci build ${{ matrix.component }}
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with: