Skip to content

Commit

Permalink
Attempt to build arm64 image only
Browse files Browse the repository at this point in the history
  • Loading branch information
felixvanoost committed Oct 13, 2023
1 parent b45f3fb commit 9e2b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4.0.0
with:
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
context: .
push: true
tags: latest
Expand Down

0 comments on commit 9e2b433

Please sign in to comment.