Skip to content

Commit 68ddf36

Browse files
committed
ci: remove multi-arch build, amd64 only
1 parent f44c3e8 commit 68ddf36

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
echo "tag=v$NEW_VERSION" >> $GITHUB_OUTPUT
4343
echo "Next version: v$NEW_VERSION"
4444
45-
- name: Set up QEMU (for multi-arch builds)
46-
uses: docker/setup-qemu-action@v3
47-
4845
- name: Set up Docker Buildx
4946
uses: docker/setup-buildx-action@v3
5047

@@ -80,7 +77,6 @@ jobs:
8077
with:
8178
context: ./collector
8279
file: ./collector/Dockerfile
83-
platforms: linux/amd64,linux/arm64
8480
push: ${{ github.event_name != 'pull_request' }}
8581
tags: ${{ steps.meta-collector.outputs.tags }}
8682
labels: ${{ steps.meta-collector.outputs.labels }}
@@ -92,7 +88,6 @@ jobs:
9288
with:
9389
context: ./frontend
9490
file: ./frontend/Dockerfile
95-
platforms: linux/amd64,linux/arm64
9691
push: ${{ github.event_name != 'pull_request' }}
9792
tags: ${{ steps.meta-frontend.outputs.tags }}
9893
labels: ${{ steps.meta-frontend.outputs.labels }}

0 commit comments

Comments
 (0)