Skip to content

Add support for riscv64 #13

Add support for riscv64

Add support for riscv64 #13

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
container:
image: registry.fedoraproject.org/fedora:34
steps:
- uses: actions/checkout@v3
- name: Build and Test
run: |
dnf install -y gcc popt-devel python3 python3-devel make xorriso
make
make test