Skip to content

Commit 11549f7

Browse files
test wrong runner
1 parent f487075 commit 11549f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
build:
11-
runs-on: github-hosted-binary01-arm64 # Maybe here is a blocker
11+
runs-on: github-hosted-binary01-arm6123 # Maybe here is a blocker
1212
container:
1313
image: debian:bookworm
1414
defaults:

rebuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
VERSION=5.26
5+
46
if [ -z "$VERSION" ]; then
57
echo "No VERSION environment variable set. Exiting..."
68
exit 1

0 commit comments

Comments
 (0)