Skip to content

Commit b83c38c

Browse files
authored
Merge pull request #5 from fontebasso/php8
setup qemu to build arm64
2 parents e808c4a + e4ebede commit b83c38c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020

21+
- name: Set up QEMU
22+
uses: docker/setup-qemu-action@v1
23+
2124
- name: Set up Docker Buildx
2225
id: buildx
2326
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)