We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ac9bd commit 88ff494Copy full SHA for 88ff494
.github/workflows/docker.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: docker/build-push-action@v5
50
with:
51
context: .
52
+ platforms: linux/amd64,linux/arm64
53
push: true
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
claude-monitor:
3
- image: ghcr.io/amphora/claude-code-usage-monitor:latest
+ image: ghcr.io/amphora/claude-code-usage-monitor:docker
4
container_name: claude-usage-monitor
5
stdin_open: true
6
tty: true
0 commit comments