Skip to content

Commit

Permalink
test builds 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Dec 2, 2024
1 parent 2e04564 commit 39b9902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build and push to local registry
uses: docker/build-push-action@v6
with:
platforms: linux/arm64
push: true
tags: localhost:5000/virgil-crypto-c-arm64:latest

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:
- name: Configure toolchain
run: |
sudo apt update
sudo apt install valgrind
sudo apt install cloc
cmake --version
python3 --version
pip3 list --outdated
pip3 install -U protobuf grpcio-tools
sudo apt install valgrind cloc python3-pip python3-venv
- name: Configure project
run: >
cmake -S. -Bbuild
Expand Down

0 comments on commit 39b9902

Please sign in to comment.