Skip to content

Commit f85f154

Browse files
committed
temp: force building with qemu
1 parent 266bb02 commit f85f154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
cancel-in-progress: true
2323

2424
env:
25-
USE_QEMU: ${{ fromJSON(github.event.inputs.use_qemu || 'false') || (github.event_name == 'schedule') || startsWith(github.ref, 'refs/tags/') }}
25+
USE_QEMU: true
2626

2727
jobs:
2828
lint:

0 commit comments

Comments
 (0)