Skip to content

Commit 0974e29

Browse files
committed
ci: run amd64 docker build on PRs
1 parent 9e95dd2 commit 0974e29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/espresso-docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ run-name: Docker build CI triggered from @${{ github.actor }} of ${{ github.head
1616
on:
1717
workflow_dispatch:
1818
merge_group:
19+
pull_request:
1920
push:
2021
branches:
2122
- master
@@ -32,6 +33,8 @@ concurrency:
3233

3334
jobs:
3435
docker_build:
36+
# Don't run the arm build that uses a non-free runner on PRs
37+
if: ${{ !(matrix.platform == 'linux/arm64' && github.event_name == 'pull_request') }}
3538
strategy:
3639
matrix:
3740
platform: [linux/amd64, linux/arm64]

0 commit comments

Comments
 (0)