Skip to content

Commit bac21b0

Browse files
committed
cpp-container has multiple platforms
1 parent 780e177 commit bac21b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
run: docker pull kbuffardi/cpp-container:latest
1414
- name: Test in container
1515
run: |
16-
chmod +x test_runner.sh
17-
docker run --platform linux/arm64 -v $(pwd):/usr/src -t kbuffardi/cpp-container
16+
docker run -v $(pwd):/usr/src -t kbuffardi/cpp-container

0 commit comments

Comments
 (0)