Skip to content

Commit

Permalink
docker: Build macos images as well as the linux ones
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 20, 2024
1 parent 2f21ef2 commit 23285cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 23285cb

Please sign in to comment.