Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Dec 18, 2024
1 parent 59ca2cf commit cf3e15d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,28 +342,6 @@ jobs:
with:
name: sdrpp_ubuntu_jammy_amd64
path: ${{runner.workspace}}/sdrpp_debian_amd64.deb

build_ubuntu_oracular:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Create Docker Image
run: cd $GITHUB_WORKSPACE/docker_builds/ubuntu_oracular && docker build . --tag sdrpp_build

- name: Run Container
run: docker run --name build -v $GITHUB_WORKSPACE:/root/SDRPlusPlus --env BUILD_NO="-$GITHUB_RUN_NUMBER" sdrpp_build /root/do_build.sh

- name: Recover Deb Archive
working-directory: ${{runner.workspace}}
run: docker cp build:/root/SDRPlusPlus/sdrpp_debian_amd64.deb ./

- name: Save Deb Archive
uses: actions/upload-artifact@v4
with:
name: sdrpp_ubuntu_oracular_amd64
path: ${{runner.workspace}}/sdrpp_debian_amd64.deb

build_ubuntu_noble:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf3e15d

Please sign in to comment.