Skip to content

Commit

Permalink
fix multi-platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
AsciiJakob authored Mar 4, 2024
1 parent 9056730 commit a9c9b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerhub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Set up QEMU # required for BuildX
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx # required for mutli-platform builds
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit a9c9b4d

Please sign in to comment.