Skip to content

Commit

Permalink
attempt to build baremetal reference on GH runner hostmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 30, 2024
1 parent 595e740 commit 5f2245d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- name: Checkout github repo
uses: actions/checkout@v4

- name: Install Ansible
run: sudo apt update && sudo apt -y install software-properties-common && sudo add-apt-repository --yes --update ppa:ansible/ansible && sudo apt install -y ansible && sudo rm -rf /var/lib/apt/lists/*

- name: Run Ansible commands to build fprime-baremetal-reference
run: sudo ansible-galaxy install -r requirements.yaml && ansible-playbook -i,localhost playbook.yaml --tags "build_baremetal_reference" && rm -f ./*.yaml

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 5f2245d

Please sign in to comment.