mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 09:43:24 +00:00
14 lines
115 B
Markdown
14 lines
115 B
Markdown
# Prometheus for ARMHF
|
|
|
|
## Building:
|
|
|
|
```bash
|
|
make ci-armhf-build
|
|
```
|
|
|
|
## Pushing:
|
|
|
|
```bash
|
|
make ci-armhf-push
|
|
```
|