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 4a78d1a commit d309e18Copy full SHA for d309e18
.github/workflows/agent.yml
@@ -85,8 +85,6 @@ jobs:
85
86
- name: Build drasyl-agent on armv7
87
run: cross build --target armv7-unknown-linux-gnueabihf -p drasyl-agent --features dns --release
88
- env:
89
- RUSTFLAGS: "-C target-cpu=cortex-a7 -C lto=yes"
90
if: ${{ success() && matrix.job_name == 'linux-armv7' }}
91
92
- name: Bundle drasyl-agent.deb
0 commit comments