forked from newrelic/nrdot-collector-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.dev
More file actions
23 lines (19 loc) · 712 Bytes
/
Makefile.dev
File metadata and controls
23 lines (19 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.PHONY: ci
ci:
act push -W .github/workflows/ci.yaml
ci_custom_matrix:
@# repeat --matrix arg for multiple distros
act push -W .github/workflows/ci.yaml \
--matrix distribution:nrdot-collector-k8s
ci_custom_fips_matrix:
@# repeat --matrix arg for multiple distros
act push -W .github/workflows/ci-fips.yaml \
--matrix distribution:nrdot-collector-host
ci_nightly_custom_matrix:
@# repeat --matrix arg for multiple distros
act schedule -W .github/workflows/ci-nightly.yaml \
--matrix distribution:nrdot-collector-host
ci_nightly_fips_custom_matrix:
@# repeat --matrix arg for multiple distros
act schedule -W .github/workflows/ci-nightly-fips.yaml \
--matrix distribution:nrdot-collector-host