Fix build definitions
This commit is contained in:
parent
fdfdcecce7
commit
27bf854dcf
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@ environment:
|
|||
GO111MODULE: 'on'
|
||||
image: freebsd/latest
|
||||
packages:
|
||||
- pkgconf
|
||||
- openal-soft
|
||||
- go
|
||||
sources:
|
||||
- https://git.sr.ht/~tslocum/ditty
|
||||
|
|
|
@ -5,6 +5,7 @@ environment:
|
|||
GO111MODULE: 'on'
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- alsa-lib-dev
|
||||
- go
|
||||
sources:
|
||||
- https://git.sr.ht/~tslocum/ditty
|
||||
|
|
Loading…
Reference in a new issue