Skip to content

Commit

Permalink
Merge pull request #31 from chasebolt/multi-arch
Browse files Browse the repository at this point in the history
adding support for multi-platform and adding arm64
  • Loading branch information
umutphp authored Nov 4, 2024
2 parents 4bbdd1c + b5e0e4f commit b577448
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit b577448

Please sign in to comment.