We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80d2e1 commit 7f42ef1Copy full SHA for 7f42ef1
.github/workflows/climatemappedafrica-deploy-dev.yml
@@ -2,7 +2,7 @@ name: Climate Mapped Africa | Deploy | DEV
2
3
on:
4
push:
5
- branches: [main]
+ branches: [main, ft/improve-climatemap-build-time]
6
paths:
7
- "apps/climatemappedafrica/**"
8
- "Dockerfile"
@@ -33,6 +33,9 @@ jobs:
33
with:
34
fetch-depth: 0
35
36
+ - name: Set up QEMU
37
+ uses: docker/setup-qemu-action@v3
38
+
39
- name: Set up Docker Buildx
40
uses: docker/setup-buildx-action@v2
41
@@ -60,6 +63,7 @@ jobs:
60
63
cache-from: type=local,src=/tmp/.buildx-cache
61
64
cache-to: type=local,dest=/tmp/.buildx-cache-new
62
65
context: .
66
+ platforms: linux/amd64,linux/arm64
67
target: climatemappedafrica-runner
68
push: true
69
tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"
0 commit comments