Skip to content

Commit f94ba65

Browse files
committed
Revert "GH-1699 Setup multi-platform Docker images to support both x86 and arm architectures"
1 parent 986d735 commit f94ba65

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
- name: Checkout Elementary
4949
uses: actions/checkout@v4
5050

51-
- name: Set up QEMU for multi-platform support
52-
uses: docker/setup-qemu-action@v3
53-
54-
- name: Set up Docker Buildx for multi-platform support
55-
uses: docker/setup-buildx-action@v3
56-
5751
- name: Log in to the container registry
5852
uses: docker/login-action@v2
5953
with:
@@ -72,7 +66,6 @@ jobs:
7266
with:
7367
context: .
7468
push: true
75-
platforms: linux/amd64,linux/arm64
7669
tags: ${{ steps.meta.outputs.tags }}
7770
labels: ${{ steps.meta.outputs.labels }}
7871

0 commit comments

Comments
 (0)