mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 14:23:11 -04:00
Fix arm runner selector
This commit is contained in:
parent
cea10bd3b5
commit
b4c0495f48
2
.github/workflows/Publish.yml
vendored
2
.github/workflows/Publish.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/PublishDockerDevImage.yaml
vendored
2
.github/workflows/PublishDockerDevImage.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user