Skip to content

Commit 08bd14c

Browse files
author
Alexey Panfilov
committed
Build amd64 only, remove QEMU
1 parent 001a9ac commit 08bd14c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Set up QEMU
20-
uses: docker/setup-qemu-action@v3
21-
2219
- name: Set up Docker Buildx
2320
uses: docker/setup-buildx-action@v3
2421

@@ -34,7 +31,7 @@ jobs:
3431
with:
3532
context: .
3633
push: true
37-
platforms: linux/amd64,linux/arm64
34+
platforms: linux/amd64
3835
tags: |
3936
ghcr.io/dzarlax-ai/granola-drive-sync:latest
4037
ghcr.io/dzarlax-ai/granola-drive-sync:${{ github.sha }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ SYNC_INTERVAL=1h
6262
https://drive.google.com/drive/folders/<FOLDER_ID>
6363
```
6464

65+
> **Note:** The Docker image is built for `linux/amd64` only.
66+
6567
### 6. Run
6668

6769
```bash

0 commit comments

Comments
 (0)