Skip to content

Commit

Permalink
Add support for ARM64 platform in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 20, 2024
1 parent 49504cf commit 3354575
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
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_openfisca.outputs.tags }}

0 comments on commit 3354575

Please sign in to comment.