We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f49ac commit 210f7a6Copy full SHA for 210f7a6
1 file changed
.github/workflows/ghcr-remote-fix.yml
@@ -24,9 +24,6 @@ jobs:
24
git fetch --depth 1 https://github.com/router-for-me/models.git main
25
git show FETCH_HEAD:models.json > internal/registry/models/models.json
26
27
- - name: Set up QEMU
28
- uses: docker/setup-qemu-action@v3
29
-
30
- name: Set up Docker Buildx
31
uses: docker/setup-buildx-action@v3
32
@@ -46,11 +43,11 @@ jobs:
46
43
echo "COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
47
44
echo "BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_ENV
48
45
49
- - name: Build and push (multi-arch)
+ - name: Build and push (amd64)
50
uses: docker/build-push-action@v6
51
with:
52
context: .
53
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
54
push: true
55
build-args: |
56
VERSION=${{ env.VERSION }}
0 commit comments