Skip to content

Commit

Permalink
don't build on arm64, gdal struggles there
Browse files Browse the repository at this point in the history
Signed-off-by: John Seekins <[email protected]>
  • Loading branch information
John Seekins committed Jul 19, 2023
1 parent cea77f2 commit 71f3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: docker/build-push-action@v3
with:
tags: "openstates/geo:latest,openstates/geo:${{ github.ref_name }}"
platforms: amd64,arm64
platforms: amd64
push: true
runs-on: ubuntu-latest

0 comments on commit 71f3e7d

Please sign in to comment.