mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Bump snap go builder version from v1.20 to v1.22 (#6142)
* snap/snapcraft.yaml: bump go builder version for snap from v1.20 to v1.22 * snap/snapcraft.yaml: drop arm64 architecture as not supported from snap multi build see https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5998
This commit is contained in:
parent
45f7e58d6c
commit
89374935f2
1 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
parts:
|
parts:
|
||||||
build:
|
build:
|
||||||
plugin: go
|
plugin: go
|
||||||
go-channel: 1.20/stable
|
go-channel: 1.22/stable
|
||||||
go-importpath: github.com/VictoriaMetrics/VictoriaMetrics
|
go-importpath: github.com/VictoriaMetrics/VictoriaMetrics
|
||||||
source: .
|
source: .
|
||||||
source-type: local
|
source-type: local
|
||||||
|
@ -82,5 +82,5 @@ layout:
|
||||||
/etc/victoriametrics-scrape-config.yaml:
|
/etc/victoriametrics-scrape-config.yaml:
|
||||||
bind-file: $SNAP_DATA/etc/victoriametrics-scrape-config.yaml
|
bind-file: $SNAP_DATA/etc/victoriametrics-scrape-config.yaml
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: ['arm64', 'amd64']
|
- build-on: ['amd64']
|
||||||
run-on: ['arm64','amd64']
|
run-on: ['amd64']
|
||||||
|
|
Loading…
Reference in a new issue