Fix arm runner selector

This commit is contained in:
benoit74 2025-02-06 21:19:08 +00:00
parent cea10bd3b5
commit b4c0495f48
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
linux/amd64
publish-arm64:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-24.04
name: "Publish for ARM64"
steps:

View File

@ -31,7 +31,7 @@ jobs:
linux/amd64
publish-arm64:
runs-on: ubuntu-24.04-arm64
runs-on: ubuntu-24.04-arm
name: "Publish for ARM64"
steps: