mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-30 08:32:17 +00:00
Compare commits
2 Commits
update/lib
...
test/ci
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9d5c39dd4 | ||
|
|
fd6e149db0 |
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -13,6 +13,18 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
my-test:
|
||||||
|
runs-on: [ "self-hosted", "linux", "ARM64" ]
|
||||||
|
steps:
|
||||||
|
- name: etc os release
|
||||||
|
run: cat /etc/os-release
|
||||||
|
|
||||||
|
- name: uname
|
||||||
|
run: uname -a
|
||||||
|
|
||||||
|
- name: install deps
|
||||||
|
run: sudo yum update && sudo yum install make
|
||||||
|
|
||||||
fetch-version:
|
fetch-version:
|
||||||
uses: ./.github/workflows/reusable_fetch_version.yaml
|
uses: ./.github/workflows/reusable_fetch_version.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user