Skip to content

Commit

Permalink
Experimenting with build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Jul 8, 2024
1 parent 7350bfa commit dce1264
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build Deb package

on:
workflow_dispatch:
push:
branches: ["main"]
# Sequence of patterns matched against refs/tags
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand All @@ -20,7 +23,12 @@ jobs:
# Name of a Docker image or path of a Dockerfile to use for the build container
docker-image: debian:bookworm-slim
# Extra packages to be installed as build dependencies
extra-build-deps: dh-python
extra-build-deps: dh-python dh-cmake
# Foreign architecture to setup cross-compilation for
#host-arch: arm64
extra-docker-args: --platform linux/arm64
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build
path: ~/linamp*

0 comments on commit dce1264

Please sign in to comment.