Skip to content

Commit 210f7a6

Browse files
committed
ci(ghcr): build amd64 only
1 parent b9f49ac commit 210f7a6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ghcr-remote-fix.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
git fetch --depth 1 https://github.com/router-for-me/models.git main
2525
git show FETCH_HEAD:models.json > internal/registry/models/models.json
2626
27-
- name: Set up QEMU
28-
uses: docker/setup-qemu-action@v3
29-
3027
- name: Set up Docker Buildx
3128
uses: docker/setup-buildx-action@v3
3229

@@ -46,11 +43,11 @@ jobs:
4643
echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4744
echo "BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_ENV
4845
49-
- name: Build and push (multi-arch)
46+
- name: Build and push (amd64)
5047
uses: docker/build-push-action@v6
5148
with:
5249
context: .
53-
platforms: linux/amd64,linux/arm64
50+
platforms: linux/amd64
5451
push: true
5552
build-args: |
5653
VERSION=${{ env.VERSION }}

0 commit comments

Comments
 (0)