Skip to content

Commit

Permalink
Merge pull request #1220 from rsteube/docker-add-ble
Browse files Browse the repository at this point in the history
docker: added ble
  • Loading branch information
rsteube authored Jul 5, 2022
2 parents 3cf5936 + 637ce52 commit 412e6fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
build: &base
image: ghcr.io/rsteube/carapace:v0.12.4
image: ghcr.io/rsteube/carapace:v0.21.1
command: sh -c 'sh -c "cd /carapace-bin/cmd/carapace && go generate ./... && go build -ldflags=\"-s -w\" ."'
environment:
TARGET: /carapace-bin/cmd/carapace/carapace
Expand All @@ -14,6 +14,13 @@ services:
<<: *base
command: bash

ble:
<<: *base
command: bash
environment:
BLE: 1
TARGET: /carapace-bin/cmd/carapace/carapace

elvish:
<<: *base
command: elvish
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/pelletier/go-toml v1.9.5
github.com/rsteube/carapace v0.21.0
github.com/rsteube/carapace v0.21.1
github.com/rsteube/carapace-spec v0.0.22
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3v
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rsteube/carapace v0.21.0 h1:FU/2deQ+7EhoBSP7PYiNGjeOSHjsWubWw9oTZOMp05c=
github.com/rsteube/carapace v0.21.0/go.mod h1:JjsAq3W3rvWEIg0FkOxT0HUNQjnboP/T0S8Khof9ZWU=
github.com/rsteube/carapace v0.21.1 h1:ulbhwIrZOr4g6LziYtjO2S10LZOO2dbFLkUumtF3AAg=
github.com/rsteube/carapace v0.21.1/go.mod h1:JjsAq3W3rvWEIg0FkOxT0HUNQjnboP/T0S8Khof9ZWU=
github.com/rsteube/carapace-spec v0.0.22 h1:uslsWc2jWXqg1ihnc02ztkyS80XiTiLJI8wvDo7iiOc=
github.com/rsteube/carapace-spec v0.0.22/go.mod h1:vyKkMfbIYHhPiUeyCemLWh96XNPwWI9B6Go0+W5nDUw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit 412e6fb

Please sign in to comment.