Skip to content

Commit

Permalink
Try explicitly setting platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 9, 2025
1 parent 226faf8 commit 059bb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ jobs:
tags: |
cran/${{matrix.os}}:latest
ghcr.io/${{github.repository}}/${{matrix.os}}:latest
platforms: linux/${{matrix.arch=='arm' && 'arm64' || 'amd64'}}

0 comments on commit 059bb69

Please sign in to comment.