Skip to content

Commit 6f0f350

Browse files
authored
ci: Setup Docker QEMU (#60)
* ci: Setup Docker QEMU * chore: Increment package.json version
1 parent ffc7b2c commit 6f0f350

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
4242
run: |
4343
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
44+
- name: Set up Docker QEMU
45+
uses: docker/setup-qemu-action@v2
4446
- name: Set up Docker Buildx
4547
uses: docker/setup-buildx-action@v2
4648
- name: Set up Go

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookdeck-cli",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Hookdeck CLI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)