Skip to content

Commit

Permalink
Add setup-qemu-action and setup-buildx-action for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored and a8m committed Aug 17, 2023
1 parent 63ea9f4 commit 3e670d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-docker-push-mysql_oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build & Push ${{ matrix.dialect }} Docker Image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 3e670d1

Please sign in to comment.