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.
1 parent f487075 commit 11549f7Copy full SHA for 11549f7
.github/workflows/build_workflow.yml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
jobs:
10
build:
11
- runs-on: github-hosted-binary01-arm64 # Maybe here is a blocker
+ runs-on: github-hosted-binary01-arm6123 # Maybe here is a blocker
12
container:
13
image: debian:bookworm
14
defaults:
rebuild.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
set -e
3
4
+VERSION=5.26
5
+
6
if [ -z "$VERSION" ]; then
7
echo "No VERSION environment variable set. Exiting..."
exit 1
0 commit comments