Skip to content

Commit

Permalink
all: upd specs again
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jul 22, 2024
1 parent 6536718 commit f9ef32e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'variables':
'dockerFpm': 'alanfranz/fpm-within-docker:ubuntu-bionic'
'dockerGo': 'adguard/go-builder:1.22.5--1'
'dockerMisc': 'adguard/go-misc-tools:1.0'
'maintainer': 'Adguard DNS Team'
'name': 'AdGuardDNSClient'
'channel': 'development'
Expand Down Expand Up @@ -386,6 +387,7 @@
'^rc-v[0-9]+\.[0-9]+\.[0-9]+':
'variables':
'dockerGo': 'adguard/go-builder:1.22.5-1'
'dockerMisc': 'adguard/go-misc-tools:1.0'
'channel': 'candidate'
'stages':
- 'Go Lint':
Expand Down Expand Up @@ -418,6 +420,7 @@
# these are the ones that actually get released.
'variables':
'dockerGo': 'adguard/go-builder:1.22.5--1'
'dockerMisc': 'adguard/go-misc-tools:1.0'
'channel': 'release'
'stages':
- 'Go Lint':
Expand Down

0 comments on commit f9ef32e

Please sign in to comment.