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 1e262e0 commit cec423dCopy full SHA for cec423d
.github/workflows/pre-merge.yml
@@ -23,7 +23,7 @@ jobs:
23
- linux/mips64le
24
- linux/ppc64le
25
- linux/s390x
26
- - linux/arm64 # Currently the unstable isn't running on arm64
+ - linux/arm64
27
- linux/riscv64
28
exclude:
29
- distribution: alpine
@@ -37,6 +37,8 @@ jobs:
37
steps:
38
- name: Checkout code
39
uses: actions/checkout@v4
40
+ with:
41
+ ref: ${{ github.event.pull_request && github.sha || 'unstable' }}
42
- uses: ./.github/actions/build-and-tag-locally
43
with:
44
distribution: ${{ matrix.distribution }}
0 commit comments