Revision 433f0570cfb30285fc47ea43f97276076e3fe4a2 authored by idafurjes on 10 January 2022, 10:30:07 UTC, committed by GitHub on 10 January 2022, 10:30:07 UTC
* Upgrade go and alpine

* Bump grabpl version

* Bump alpine version

* Fix version of grabpl

* Bump alpine version

* Bump alpine in Dockerfiles

(cherry picked from commit 3ca58c0e0c99acad663606d2f82ff2305585f1cb)
1 parent 51f516e
Raw File
.bra.toml
[run]
init_cmds = [
  ["make", "gen-go"],
  ["go", "run", "build.go", "-dev", "build-cli"],
  ["go", "run", "build.go", "-dev", "build-server"],
  ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
watch_all = true
follow_symlinks = true
watch_dirs = [
  "$WORKDIR/pkg",
  "$WORKDIR/public/views",
  "$WORKDIR/conf",
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
build_delay = 1500
cmds = [
  ["go", "run", "build.go", "-dev", "build-server"],
  ["./bin/grafana-server", "-packaging=dev", "cfg:app_mode=development"]
]
back to top