Skip to content
Snippets Groups Projects
Unverified Commit a7d56eee authored by Stefan Lankes's avatar Stefan Lankes Committed by GitHub
Browse files

Merge pull request #631 from stlankes/deploy

enable fuse support in the axum example
parents 6d6a749e 193e4f11
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ jobs:
push: true
tags: ghcr.io/hermit-os/tls:latest
- name: Build axum
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit -p axum-example --features hermit/dhcpv4 --release
run: cargo build -Zbuild-std=std,panic_abort --target x86_64-unknown-hermit -p axum-example --features hermit/dhcpv4,hermit/fuse --release
- name: Copy axum out of target dir
run: cp target/x86_64-unknown-hermit/release/axum-example .
- name: Create dockerfile for axum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment