We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6cbb00 + b3f5654 commit 7a37484Copy full SHA for 7a37484
.github/workflows/autobuild.yml
@@ -62,7 +62,7 @@ jobs:
62
# Check if we are doing a release or just a normal build.
63
# This must be done before actually building the app to find out where to upload the binaries and if we need to create a Github release.
64
name: Build vars & Github release (if required)
65
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04-arm
66
outputs:
67
publish_to_release: ${{ steps.get-build-vars.outputs.PUBLISH_TO_RELEASE }}
68
tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}
0 commit comments