Skip to content

Commit 0b6ed71

Browse files
committed
Add core annotation
1 parent e37d8c2 commit 0b6ed71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-dyad-bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
julia -e 'using Pkg; Pkg.update(); Pkg.Apps.add("JuliaC");'
2323
~/.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
2426
- name: Create bundle archive
2527
run: zip -r ctrl-bundle.zip ctrl-bundle
2628
- name: Upload artifact

0 commit comments

Comments
 (0)