Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
github actions: add some needed build deps
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Aug 18, 2023
1 parent a75f2b3 commit 07c8b55
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install bats golang make openssl swtpm tpm2-tools qemu-kvm
sudo apt-get install bats golang make openssl swtpm tpm2-tools \
libcryptsetup-dev libgpgme-dev libcap-dev qemu-kvm \
libdevmapper-dev libacl1-dev libarchive-tools pip squashfs-tools
pip install virt-firmware
- name: build
run: |
make
Expand Down Expand Up @@ -46,7 +49,10 @@ jobs:
install: |
apt-get -y update;
apt-get install -q -y git golang-go;
apt-get install -y bats golang make openssl swtpm tpm2-tools qemu-kvm
apt-get install -y bats golang make openssl swtpm tpm2-tools \
libcryptsetup-dev libgpgme-dev libcap-dev qemu-kvm \
libdevmapper-dev libacl1-dev libarchive-tools pip squashfs-tools
pip install virt-firmware
run: |
go version
make
Expand All @@ -58,4 +64,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: trust-linux-arm64
files: trust-linux-arm64

0 comments on commit 07c8b55

Please sign in to comment.