]> git.puffer.fish Git - matthieu/nova.git/commit
Draft: New cross building for docker images (#37)
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Fri, 20 Jan 2023 12:38:10 +0000 (16:38 +0400)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 12:38:10 +0000 (16:38 +0400)
commitea1d345147759a4e2822c4145a87485f10d56a69
tree5e152f2cd776babea7ad9a6c87b84d8012a39ea4
parent98420c50a81fccab924f646b1f8dd1e55988a4a5
Draft: New cross building for docker images (#37)

* Add .circleci/config.yml

* base

* base

* add architectures and cross build

* fix clippy warnings
25 files changed:
.dockerignore
.gitignore
Cargo.lock
Cargo.toml
Dockerfile
docker-compose.yaml
exes/gateway/Cargo.toml
exes/gateway/src/main.rs
exes/ratelimit/Cargo.toml
exes/ratelimit/src/main.rs
exes/rest/Cargo.toml
exes/rest/src/handler.rs
exes/rest/src/main.rs
exes/webhook/Cargo.toml
exes/webhook/src/main.rs
otel/grafana/grafana.ini [deleted file]
otel/grafana/provisioning/dashboards/general.yaml [deleted file]
otel/grafana/provisioning/dashboards/general/demo-dashboard.json [deleted file]
otel/grafana/provisioning/dashboards/general/opentelemetry-collector.json [deleted file]
otel/grafana/provisioning/datasources/default.yaml [deleted file]
otel/grafana/provisioning/datasources/jaeger.yaml [deleted file]
otel/otelcollector/otelcol-config-extras.yml [deleted file]
otel/otelcollector/otelcol-config.yml [deleted file]
otel/prometheus/prometheus-config.yaml [deleted file]
shell.nix