Skip to content

Commit f2b574c

Browse files
committed
build only amd64 images for now
1 parent b2bb913 commit f2b574c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
# It uses the `context` parameter to define the build's context as the set of files located in the specified path.
6464
# For more information, see [Usage](https://github.com/docker/build-push-action#usage) in the README of the `docker/build-push-action` repository.
6565
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
66-
- name: Build and push Docker image (multi-arch, cached)
66+
- name: Build and push Docker image (amd64 only, cached)
6767
id: push
68-
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
68+
uses: docker/build-push-action@v5
6969
with:
70-
platforms: linux/amd64,linux/arm64
70+
platforms: linux/amd64
7171
context: .
7272
push: true
7373
tags: |

0 commit comments

Comments
 (0)