Skip to content

Commit c9ae36e

Browse files
committed
Remove darwin/arm64 as a supported arch
1 parent e104faa commit c9ae36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and push
4343
uses: docker/build-push-action@v5
4444
with:
45-
platforms: linux/amd64,linux/arm64,darwin/arm64
45+
platforms: linux/amd64,linux/arm64
4646
context: .
4747
push: ${{ github.event_name != 'pull_request' }}
4848
tags: ${{ steps.meta.outputs.tags }}
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build and push
8080
uses: docker/build-push-action@v5
8181
with:
82-
platforms: linux/amd64,linux/arm64,darwin/arm64
82+
platforms: linux/amd64,linux/arm64
8383
context: .
8484
file: Dockerfile.acme
8585
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)