mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
14 lines
115 B
Markdown
14 lines
115 B
Markdown
# Prometheus for ARM64
|
|
|
|
## Building:
|
|
|
|
```bash
|
|
make ci-arm64-build
|
|
```
|
|
|
|
## Pushing:
|
|
|
|
```bash
|
|
make ci-arm64-push
|
|
```
|