We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001a9ac commit 08bd14cCopy full SHA for 08bd14c
2 files changed
.github/workflows/docker.yml
@@ -16,9 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
19
- - name: Set up QEMU
20
- uses: docker/setup-qemu-action@v3
21
-
22
- name: Set up Docker Buildx
23
uses: docker/setup-buildx-action@v3
24
@@ -34,7 +31,7 @@ jobs:
34
31
with:
35
32
context: .
36
33
push: true
37
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
38
tags: |
39
ghcr.io/dzarlax-ai/granola-drive-sync:latest
40
ghcr.io/dzarlax-ai/granola-drive-sync:${{ github.sha }}
README.md
@@ -62,6 +62,8 @@ SYNC_INTERVAL=1h
62
https://drive.google.com/drive/folders/<FOLDER_ID>
63
```
64
65
+> **Note:** The Docker image is built for `linux/amd64` only.
66
+
67
### 6. Run
68
69
```bash
0 commit comments