Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Bernat
f429eba3d8 cmd: make "akvorado version" shorter 2025-09-14 20:49:38 +02:00
Vincent Bernat
268e95ee18 docker: switch away from Nix to build Docker images
This should be faster to build multiarch images, as Nix requires
emulation, while we can build everything natively using builtin Go
cross-compilation support. Moreover, caching should be better.

Also, add Nix build to CI.

Also, build more architectures (linux/arm/v7).
2025-08-04 12:30:22 +02:00
Vincent Bernat
0042979574 cmd: don't include build date as a build input
This should makes the build more reproducible.
2023-09-07 11:42:04 +02:00
Vincent Bernat
4d30445099 cmd/version: display list of columns that can be enabled or removed 2023-01-19 19:14:04 +01:00
Vincent Bernat
8be1bca4fd license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
  | xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
  | xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
2022-06-29 11:42:28 +02:00
Vincent Bernat
1dc253764d global: split Akvorado into 3 services 2022-04-01 20:21:53 +02:00
Vincent Bernat
b99c5234a9 cmd: add tests 2022-03-09 11:14:37 +01:00