mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
correct ubuntu arm refs
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
b16a401226
commit
3335b85d61
4
.github/workflows/validations.yaml
vendored
4
.github/workflows/validations.yaml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||||
name: "Upload snapshot artifacts"
|
name: "Upload snapshot artifacts"
|
||||||
needs: [Build-Snapshot-Artifacts]
|
needs: [Build-Snapshot-Artifacts]
|
||||||
runs-on: ubuntu-latest-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||||
with:
|
with:
|
||||||
@ -280,7 +280,7 @@ jobs:
|
|||||||
Cleanup-Cache:
|
Cleanup-Cache:
|
||||||
name: "Cleanup snapshot cache"
|
name: "Cleanup snapshot cache"
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
runs-on: ubuntu-latest-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user