mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 00:13: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
|
||||
name: "Upload snapshot artifacts"
|
||||
needs: [Build-Snapshot-Artifacts]
|
||||
runs-on: ubuntu-latest-arm
|
||||
runs-on: ubuntu-24.04-arm
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
with:
|
||||
@ -280,7 +280,7 @@ jobs:
|
||||
Cleanup-Cache:
|
||||
name: "Cleanup snapshot cache"
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
runs-on: ubuntu-latest-arm
|
||||
runs-on: ubuntu-24.04-arm
|
||||
permissions:
|
||||
actions: write
|
||||
needs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user