Skip to content

Commit

Permalink
add platform to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 2, 2024
1 parent 4c6c4c7 commit 8861023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
# Run package checks
docker run --rm \
--platform ${{ matrix.config.arch }}
-e _R_CHECK_FORCE_SUGGESTS_=false \
-e _R_CHECK_CRAN_INCOMING_=false \
-v $(pwd):/workspace -w /workspace \
Expand Down

0 comments on commit 8861023

Please sign in to comment.