We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cae45a commit 9483b8aCopy full SHA for 9483b8a
.github/workflows/image.yaml
@@ -16,21 +16,15 @@
16
name: image
17
18
on:
19
- pull_request:
20
- types:
21
- - opened
22
- - synchronize
23
- branches:
24
- - main
25
- - release-*
26
push:
27
branches:
28
- main
+ - "pull-request/[0-9]+"
29
- release-*
30
31
jobs:
32
image:
33
- runs-on: ubuntu-latest
+ runs-on: linux-amd64-cpu4
34
strategy:
35
matrix:
36
driver:
@@ -101,7 +95,7 @@ jobs:
101
95
DRIVER_VERSIONS=${{ matrix.driver }} make build-${{ matrix.dist }}-${{ matrix.driver }}
102
96
103
97
pre-compiled:
104
98
105
99
106
100
107
0 commit comments