Skip to content

Commit

Permalink
Removed platform to speed up build and push of docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 13, 2024
1 parent 958256a commit 3c3cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules-as-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./images/rules-as-code
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta_openfisca.outputs.tags }}

0 comments on commit 3c3cd25

Please sign in to comment.