Skip to content

Commit

Permalink
ci: Fixing slsa for powerpc builds
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Apr 29, 2024
1 parent acccadc commit d034408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ jobs:
hash-linux-armv7l-portable: ${{ steps.hash.outputs.hash-linux-armv7l-portable }}
hash-linux-armv6-portable: ${{ steps.hash.outputs.hash-linux-armv6-portable }}
hash-linux-armv5l-portable: ${{ steps.hash.outputs.hash-linux-armv5l-portable }}
hash-linux-ppc64-portable: ${{ steps.hash.outputs.hash-linux-ppc64-portable }}
hash-linux-ppc64le-portable: ${{ steps.hash.outputs.hash-linux-ppc64le-portable }}
hash-linux-powerpc64-portable: ${{ steps.hash.outputs.hash-linux-powerpc64-portable }}
hash-linux-powerpc64le-portable: ${{ steps.hash.outputs.hash-linux-powerpc64le-portable }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -321,8 +321,8 @@ jobs:
"linux-armv7l-portable",
"linux-armv6-portable",
"linux-armv5l-portable",
"linux-ppc64-portable",
"linux-ppc64le-portable"
"linux-powerpc64-portable",
"linux-powerpc64le-portable"
]
permissions:
actions: read # To read the workflow path.
Expand Down

0 comments on commit d034408

Please sign in to comment.