Skip to content

Commit d51a2c7

Browse files
authored
Make aarch build to run on all PRs (#955)
* Make aarch build to run on all PRs * add containerd.io removal to builder preparation * Reinsert the requirement for tag ref when building aarch64 container as it also pushes it
1 parent 5ba899a commit d51a2c7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
NO_APT_INSTALL=1 ./tests/test.sh --exec-container-image ${{ matrix.containers }} --executable dist/gprofiler -k test_executable
103103
104104
build-executable-aarch64:
105-
if: startsWith(github.ref, 'refs/tags/')
106105
runs-on: ubuntu-22.04-arm
107106
steps:
108107
- name: Checkout Code

scripts/setup_runner_requirements.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ set -euo pipefail
2020
# on GH runners, this is used for our self-hosted runners)
2121

2222
sudo apt update
23+
sudo apt remove containerd.io # This is required when running on Github runner Ubuntu 22.04-arm64
2324
sudo apt install -y docker.io python3-pip python-is-python3 build-essential
2425
sudo chmod o+rw /var/run/docker.sock

0 commit comments

Comments
 (0)