Skip to content

Commit 4e201e7

Browse files
committed
add back QEMU
1 parent 62e2051 commit 4e201e7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
condarise-dockerise-document:
1818
# When merging to main and the commit message starts with 'Bump version:'
19-
if: "startsWith(github.event.head_commit.message, 'Bump version:')"
19+
if: ${{ startsWith(github.event.head_commit.message, 'Bump version:') }}
2020
name: Conda Docker Docs
2121
runs-on: ubuntu-latest
2222
defaults:
@@ -87,7 +87,9 @@ jobs:
8787
uses: actions/checkout@v4
8888
with:
8989
ref: v${{ env.VERSION }}
90-
- name: 🏯 Buildx setup
90+
- name: � QEMU setup
91+
uses: docker/setup-qemu-action@v3
92+
- name: �🏯 Buildx setup
9193
uses: docker/setup-buildx-action@v3
9294
with:
9395
install: true

0 commit comments

Comments
 (0)