aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-20 14:00:14 +0000
committerMohamedBassem <me@mbassem.com>2024-03-20 14:00:14 +0000
commit23285cb5eb44551f8200ebda6b305240d1da09f9 (patch)
tree884ad8656e5e4644768dc62dfbd65593db50075d /.github/workflows/docker.yml
parent2f21ef21f069485550f118e65a45a374e868c02f (diff)
downloadkarakeep-23285cb5eb44551f8200ebda6b305240d1da09f9.tar.zst
docker: Build macos images as well as the linux ones
Diffstat (limited to '')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 60ef68e6..99b0520a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -34,6 +34,7 @@ jobs:
context: .
file: docker/Dockerfile
target: ${{ matrix.package }}
+ platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/mohamedbassem/hoarder-${{ matrix.package }}:latest
cache-from: type=gha
@@ -46,6 +47,7 @@ jobs:
context: .
file: docker/Dockerfile
target: ${{ matrix.package }}
+ platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/mohamedbassem/hoarder-${{ matrix.package }}:${{github.event.release.name}},ghcr.io/mohamedbassem/hoarder-${{ matrix.package }}:release
cache-from: type=gha