Skip to content

Commit

Permalink
Install QEMU static binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed Apr 23, 2024
1 parent cc8cc79 commit 8d22049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker Metadata action
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ruby:3.3.1-bookworm
ARG TARGETPLATFORM
ARG TARGETARCH

# build essentials
COPY scripts/install-essentials /tmp/install-essentials
Expand Down

0 comments on commit 8d22049

Please sign in to comment.