Skip to content

Commit 7f42ef1

Browse files
committed
ci(climatemappedafrica-deploy-dev): Test ClimateMap building
Signed-off-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com>
1 parent c80d2e1 commit 7f42ef1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/climatemappedafrica-deploy-dev.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Climate Mapped Africa | Deploy | DEV
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, ft/improve-climatemap-build-time]
66
paths:
77
- "apps/climatemappedafrica/**"
88
- "Dockerfile"
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

36+
- name: Set up QEMU
37+
uses: docker/setup-qemu-action@v3
38+
3639
- name: Set up Docker Buildx
3740
uses: docker/setup-buildx-action@v2
3841

@@ -60,6 +63,7 @@ jobs:
6063
cache-from: type=local,src=/tmp/.buildx-cache
6164
cache-to: type=local,dest=/tmp/.buildx-cache-new
6265
context: .
66+
platforms: linux/amd64,linux/arm64
6367
target: climatemappedafrica-runner
6468
push: true
6569
tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"

0 commit comments

Comments
 (0)