Skip to content

chore: fix clippy issues #209

chore: fix clippy issues

chore: fix clippy issues #209

Workflow file for this run

name: Package Git build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
anda:
strategy:
matrix:
version: ["ad37"]
arch: ["x86_64", "aarch64"]
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:main
options: --cap-add=SYS_ADMIN --privileged
steps:
- uses: actions/checkout@v2
- uses: terrapkg/anda-build@main
with:
name: "anda-git"
mockConfig: anda-37-${{ matrix.arch }}
andaRepo: https://github.com/andaman-common-pkgs/subatomic-repos/raw/main/terra37.repo