Skip to content

Commit

Permalink
Try to enable multiplatform builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
aperloff committed Sep 16, 2024
1 parent 9425ae5 commit 118282c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,16 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Checkout SSAPy
uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: docker/metadata-action@v5
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Setup Metadata
uses: docker/metadata-action@v5
id: docker_meta
with:
images: |
Expand Down

0 comments on commit 118282c

Please sign in to comment.