Skip to content

Commit 88ff494

Browse files
committed
Add multi-platform Docker build support for ARM64 and AMD64
1 parent c8ac9bd commit 88ff494

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v5
5050
with:
5151
context: .
52+
platforms: linux/amd64,linux/arm64
5253
push: true
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
claude-monitor:
3-
image: ghcr.io/amphora/claude-code-usage-monitor:latest
3+
image: ghcr.io/amphora/claude-code-usage-monitor:docker
44
container_name: claude-usage-monitor
55
stdin_open: true
66
tty: true

0 commit comments

Comments
 (0)