Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Snapcraft.yaml for build.snapcraft.io #11

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ docker build -t ddooo/fast .

#### Snap

Run the following commands from the root of this repository.
```sh
cd build/snap/
snapcraft
snapcraft push fast_*.snap
snapcraft release fast <revision> <channel>
Expand Down
5 changes: 3 additions & 2 deletions build/snap/snapcraft.yaml → snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ description: |
Minimal zero-dependency utility for testing your internet download speed from terminal.
Powered by Fast.com - Netflix.

base: core18
grade: stable
confinement: strict

parts:
fast:
source: ../../
source: .
plugin: go
go-importpath: github.com/ddo/fast

apps:
fast:
command: fast
plugs: [network]
plugs: [network]