We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbaea6 commit 3df27e2Copy full SHA for 3df27e2
.github/workflows/ci.yml
@@ -92,15 +92,10 @@ jobs:
92
steps:
93
- uses: actions/checkout@v4
94
95
- - name: Set up QEMU
96
- uses: docker/setup-qemu-action@v3
97
- with:
98
- platforms: arm64
99
-
100
- name: Set up Docker Buildx
101
uses: docker/setup-buildx-action@v3
102
with:
103
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
104
105
- name: Login to ghcr.io
106
uses: docker/login-action@v3
@@ -125,4 +120,4 @@ jobs:
125
120
org.opencontainers.image.url=https://github.com/${{ github.repository }}
126
121
cache-from: type=gha
127
122
cache-to: type=gha,mode=max
128
123
0 commit comments