Skip to content

Commit

Permalink
Use docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Feb 22, 2024
1 parent 911142e commit e849573
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions create_debian_packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ inputs:
out_dir:
description: "Packages output directory"
default: "./deb"

runs:
using: docker
image: ghcr.io/fortefibre/buildroot:${{ inputs.rosdistro }}-${{ inputs.platform }}
args:
- deb
using: composite
steps:
- name: build
run: |
docker run --rm -v $PWD:/workspace -w /workspace -e INPUT_OUR_DIR="${{ inputs.out_dir }}" \
ghcr.io/fortefibre/buildroot:${{ inputs.rosdistro }}-${{ inputs.platform }} deb
shell: bash

0 comments on commit e849573

Please sign in to comment.