Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ parts:
- pkg-config

chisel:
plugin: nil
stage-snaps:
- chisel/latest/candidate
plugin: go
source: https://github.com/upils/chisel.git
source-branch: fix/old-releases-not-moved
Comment on lines +225 to +226
build-environment:
- CGO_ENABLED: "0"
Comment on lines +224 to +228
organize:
bin/chisel: libexec/rockcraft/chisel
stage:
Expand Down
Loading