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 e37d8c2 commit 0b6ed71Copy full SHA for 0b6ed71
1 file changed
.github/workflows/deploy-dyad-bot.yml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
julia -e 'using Pkg; Pkg.update(); Pkg.Apps.add("JuliaC");'
23
~/.julia/bin/juliac --trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
24
+ env:
25
+ JULIA_CPU_TARGET: cortex-a72
26
- name: Create bundle archive
27
run: zip -r ctrl-bundle.zip ctrl-bundle
28
- name: Upload artifact
0 commit comments