Skip to content

Commit

Permalink
Merge pull request #955 from CodeForAfrica/chore/remove-multiplatform…
Browse files Browse the repository at this point in the history
…-climatemapped

chore: remove multiplatform support
  • Loading branch information
VinneyJ authored Oct 15, 2024
2 parents d918847 + 8e84c37 commit 967f126
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/climatemappedafrica-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
with:
fetch-depth: 0

# Add support for more platforms with QEMU (optional)
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

Expand Down Expand Up @@ -64,7 +60,6 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
context: .
platforms: linux/amd64,linux/arm64
target: climatemappedafrica-runner
push: true
tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"
Expand Down

0 comments on commit 967f126

Please sign in to comment.