Skip to content

chore: Test each arch can run binary #4

chore: Test each arch can run binary

chore: Test each arch can run binary #4

Workflow file for this run

name: Temp test
on: push
jobs:
foo:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- run: echo "${{ runner.arch}}"
- run: echo "${{ runner.os}}"
- uses: actions/checkout@v4
- run: ./artifacts/container-retention-policy-${{ runner.arch }}-${{ runner.os }} --help