go bin file directly
This commit is contained in:
parent
6d20a108e9
commit
bc8b8787ef
|
@ -16,10 +16,14 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Distrobuilder
|
||||
run: sudo go get -v -x github.com/lxc/distrobuilder/distrobuilder
|
||||
run: |
|
||||
sudo go get -v -x github.com/lxc/distrobuilder/distrobuilder
|
||||
sudo python3 -m pip install pyyaml
|
||||
# build container
|
||||
- name: Build Artifact
|
||||
run: sudo ./build.sh
|
||||
run: |
|
||||
python3 configure.py
|
||||
sudo /home/runner/go/bin/distrobuilder build-lxc build.yaml
|
||||
working-directory: container
|
||||
|
||||
- name: chown everything
|
||||
|
|
Loading…
Reference in New Issue