mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Fix/snap build (#4125)
* snap/snapcraft.yaml: bump go-channel to latest 1.20/stable * snap/local/Makefile: fixed typo in output snap file
This commit is contained in:
parent
b9ab07ced9
commit
51466ce379
3 changed files with 3 additions and 2 deletions
1
deployment/docker/.#docker-compose-cluster.yml
Symbolic link
1
deployment/docker/.#docker-compose-cluster.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
dengolius@ryzen.36379
|
|
@ -18,7 +18,7 @@ build-snap: snap-builder-image
|
|||
-w /builder \
|
||||
--env PKG_TAG=$(SNAP_TAG) \
|
||||
$(SNAP_BUILDER_IMAGE) \
|
||||
bash -c 'snapcraft clean && snapcraft snap -o bin/'
|
||||
bash -c 'snapcraft clean && snapcraft snap -o "bin/victoriametrics_$(SNAP_TAG)_multi.snap"'
|
||||
|
||||
release-snap: snap-builder-image build-snap
|
||||
docker run --rm \
|
||||
|
|
|
@ -51,7 +51,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots
|
|||
parts:
|
||||
build:
|
||||
plugin: go
|
||||
go-channel: 1.17/stable
|
||||
go-channel: 1.20/stable
|
||||
go-importpath: github.com/VictoriaMetrics/VictoriaMetrics
|
||||
source: .
|
||||
source-type: local
|
||||
|
|
Loading…
Reference in a new issue