Skip to content

Commit 6d84e4d

Browse files
committed
fix: restrict Docker build platforms to linux/amd64 for compatibility
1 parent 7466305 commit 6d84e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
uses: docker/build-push-action@v4
337337
with:
338338
context: .
339-
platforms: linux/amd64,linux/arm64
339+
platforms: linux/amd64
340340
build-args: |
341341
BASE_IMAGE=bioconductor/bioconductor_docker:${{ matrix.bioc-version.tag }}
342342
cache-from: type=gha

0 commit comments

Comments
 (0)