Skip to content

Added ICD style partition support (more than 4 primary partitions) #14

Added ICD style partition support (more than 4 primary partitions)

Added ICD style partition support (more than 4 primary partitions) #14

Workflow file for this run

name: rmac-build-alpine
on:
workflow_dispatch:
push:
jobs:
build_leenueks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Setup latest Alpine Linux
uses: jirutka/setup-alpine@v1
with:
packages: >
gcc
binutils
make
musl-dev
git
zip
- shell: alpine.sh --root {0}
run: |
./build_linux_mac.sh
strip jacknife.wcx
mv jacknife.wcx jacknife_lin_x64.wcx
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
with:
name: jacknife_lin_x64-${{ github.sha }}
path: jacknife_lin_x64.wcx