Skip to content

Commit 87bc03b

Browse files
committed
arm64 builds still used QEMU
1 parent c22819b commit 87bc03b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ${{ matrix.runner }}
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
strategy:
1919
fail-fast: false
@@ -107,6 +107,7 @@ jobs:
107107
type=ref,event=pr
108108
type=semver,pattern={{version}}
109109
type=semver,pattern={{major}}.{{minor}}
110+
type=raw,value=latest,enable={{is_default_branch}}
110111
111112
- name: Create manifest list and push
112113
working-directory: ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)