Skip to content

Commit

Permalink
Build for amd and arm n
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Jun 17, 2023
1 parent d079bec commit 714e619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build lottie-to-apng
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 714e619

Please sign in to comment.