Skip to content

Commit

Permalink
Merge pull request #631 from stlankes/deploy
Browse files Browse the repository at this point in the history
enable fuse support in the axum example
  • Loading branch information
stlankes authored Oct 6, 2024
2 parents 6d6a749 + 193e4f1 commit a7d56ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7d56ee

Please sign in to comment.