Skip to content

Use kbuffardi/cpp-container in arm64 #22

Use kbuffardi/cpp-container in arm64

Use kbuffardi/cpp-container in arm64 #22

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Pull C++ container
run: docker pull kbuffardi/cpp-container:latest
- name: Test in container
run: docker run --platform linux/arm64 -v $(pwd):/usr/src -t kbuffardi/cpp-container