Skip to content

Commit 01d421e

Browse files
authored
ci: add ARM64 docker image
Co-authored-by: @jhaeu
1 parent f681043 commit 01d421e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@ jobs:
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151

5252
- name: Build and push Docker image
53-
run: |
54-
docker buildx create --use
55-
docker buildx build \
56-
--tag heigit/osm-transform:latest \
57-
--push .
53+
uses: docker/[email protected]
54+
with:
55+
context: .
56+
platforms: linux/amd64,linux/arm64/v8
57+
provenance: false
58+
push: true
59+
cache-from: type=gha
60+
cache-to: type=gha,mode=max
61+
tags: heigit/osm-transform:latest

0 commit comments

Comments
 (0)