Skip to content

Commit

Permalink
add qemu and buildx to test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 2, 2024
1 parent 897ba11 commit c6eb869
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,14 @@ jobs:
path: /tmp/digests
pattern: "digests-${{ matrix.config.arch }}*"
merge-multiple: true
- name: Verify digest
run: |
ls /tmp/digests

- name: Set up QEMU
if: matrix.config.arch == 'arm64'
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run R CMD check
run: |
echo "Running on architecture: ${{ matrix.config.arch }}"
Expand Down

0 comments on commit c6eb869

Please sign in to comment.