We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e104faa commit c9ae36eCopy full SHA for c9ae36e
.github/workflows/build_containers.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build and push
43
uses: docker/build-push-action@v5
44
with:
45
- platforms: linux/amd64,linux/arm64,darwin/arm64
+ platforms: linux/amd64,linux/arm64
46
context: .
47
push: ${{ github.event_name != 'pull_request' }}
48
tags: ${{ steps.meta.outputs.tags }}
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
file: Dockerfile.acme
85
0 commit comments