Skip to content

Commit

Permalink
adding snap configuration and badge
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Nov 18, 2022
1 parent 187f0f9 commit 8176dfc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<a href="https://github.com/open-feature/flagd/releases">
<img src="https://img.shields.io/github/release/open-feature/flagd/all.svg">
</a>
<a href="https://snapcraft.io/flagd">
<img src="images/snap.png" width="100px;">
</a>
</p>

## Features
Expand Down
Binary file added images/snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: flagd
base: core20
version: 'v0.2.5'
summary: A feature flag daemon with a Unix philosophy
description: |
Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
architectures:
- build-on: amd64
- build-on: arm64
apps:
flagd:
command: bin/flagd
plugs:
- home
- network
- network-bind
parts:
home:
# See 'snapcraft plugins'
plugin: go
source-type: git
source: https://github.com/open-feature/flagd.git

0 comments on commit 8176dfc

Please sign in to comment.