Skip to content

Commit

Permalink
use arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Sep 14, 2024
1 parent 55b0108 commit ec46df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-manual-crf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v3
with:
file: Dockerfile.crf
platforms: linux/amd64,linux/arm/v8
platforms: linux/amd64,linux/arm64
push: true
tags: |
latest-develop, latest-crf${{ github.event.inputs.suffix != '' && '-' || '' }}${{ github.event.inputs.suffix }}

0 comments on commit ec46df8

Please sign in to comment.