Skip to content

Commit c61077e

Browse files
committed
chore: remove QEMU setup step from multi-arch build workflow and update README to reflect changes
1 parent 64f3142 commit c61077e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/build-multi-arch-native.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
images: hackmdio/${{ inputs.image_name }}
5050
tags: |
5151
type=raw,value=${{ inputs.tag_prefix }}-{{sha}}
52-
-
53-
name: Set up QEMU
54-
uses: docker/setup-qemu-action@v3
5552
-
5653
name: Set up Docker Buildx
5754
uses: docker/setup-buildx-action@v3

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Example parameters:
2020

2121
**Prerequisites**: Set up `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` secrets in your GitHub repository.
2222

23-
**Note**: The workflow currently uses QEMU emulation on ubuntu-latest runners. For true native builds, change the ARM64 runner to `ubuntu-latest-arm64` if available in your GitHub account.
24-
2523
### Manual Native Build Process
2624

2725
```bash

0 commit comments

Comments
 (0)