Skip to content

Commit

Permalink
Fix QEMU for build image
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander committed Feb 12, 2025
1 parent 3a993e9 commit c1c0aa4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_application_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ env:
jobs:
build:
name: datalens-us
# old ubuntu for fix QEMU build for arm64
# https://github.com/docker/setup-qemu-action/issues/198
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == '' || github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read
Expand All @@ -43,6 +41,9 @@ jobs:
- uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'
# fix QEMU build for arm64
# https://github.com/docker/setup-qemu-action/issues/198
image: tonistiigi/binfmt:qemu-v7.0.0-28
- uses: docker/setup-buildx-action@v3
- name: 'Get release build version'
run: |
Expand Down

0 comments on commit c1c0aa4

Please sign in to comment.