Skip to content

Commit

Permalink
Merge pull request #129 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Setup QEmu in attempt to fix arm image build on Github runner
  • Loading branch information
Bensge authored Dec 1, 2024
2 parents fc5e2e2 + 27875cd commit e83fe45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
outputs:
image_name: ${{ steps.get-build-name.outputs.image_name }}
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Checkout repository
uses: actions/checkout@v4
# Uses the `docker/login-action` action to log in to the Container registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
Expand Down

0 comments on commit e83fe45

Please sign in to comment.