update mautrix-whatsapp to 0.1.8
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
05de574471
commit
0a77b72cd3
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ git_deploy = {
|
|||
|
||||
actions = {
|
||||
'mautrix-whatsapp_build': {
|
||||
'command': 'cd /opt/mautrix-whatsapp/src && go build',
|
||||
'command': 'cd /opt/mautrix-whatsapp/src && GOMAXPROCS=$(nproc) go build',
|
||||
'triggered': True,
|
||||
'needs': {
|
||||
'pkg_apt:golang-go',
|
||||
|
|
|
@ -252,7 +252,7 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
'mautrix-whatsapp': {
|
||||
'version': 'v0.1.7',
|
||||
'version': 'v0.1.8',
|
||||
'homeserver': {
|
||||
'domain': 'franzi.business',
|
||||
'url': 'https://matrix.franzi.business',
|
||||
|
|
Loading…
Reference in a new issue