Skip to content

Commit

Permalink
fix(docker.yaml): remove linux/arm64 from platforms to resolve compat…
Browse files Browse the repository at this point in the history
…ibility issues with the current project setup (#253)
  • Loading branch information
Jossec101 authored Jul 27, 2023
1 parent 20d7240 commit b9f4f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
file: src/Dockerfile
push: true
sbom: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit b9f4f78

Please sign in to comment.