Skip to content

Commit

Permalink
Fix built on ARM platform
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov committed Jan 31, 2025
1 parent 7924538 commit 6b92b21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-hub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
echo "git_describe_version=$(git describe)" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
# Until https://github.com/tonistiigi/binfmt/issues/215
image: tonistiigi/binfmt:qemu-v8.1.5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### Fixes

* Workaround a bug for failing build on arm64

### Changes

* Fix minor code issue found by `rubocop-1.70.0`
Expand Down

0 comments on commit 6b92b21

Please sign in to comment.