Skip to content

Commit

Permalink
setup vmmeter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Feb 29, 2024
1 parent 8484f60 commit 48e02e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -122,6 +122,17 @@ jobs:
arch: arm64
runs-on: ${{ matrix.platform.os }}
steps:
- name: Set up arkade
uses: alexellis/setup-arkade@master
if: ${{ startsWith(matrix.platform.os, 'actuated') }}
- name: Install vmmeter
if: ${{ startsWith(matrix.platform.os, 'actuated') }}
run: |
sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/
- name: Run vmmeter
uses: self-actuated/vmmeter-action@master
if: ${{ startsWith(matrix.platform.os, 'actuated') }}

- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
Expand Down

0 comments on commit 48e02e5

Please sign in to comment.