Skip to content

Commit

Permalink
Update AppImage builder to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 1, 2023
1 parent 1648d62 commit 5af085c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: AppImage
runs-on: ubuntu-latest
container:
image: "ubuntu:18.04"
image: "ubuntu:20.04"
env:
DEBIAN_FRONTEND: noninteractive
APPIMAGE_EXTRACT_AND_RUN: "1"
Expand All @@ -17,7 +17,6 @@ jobs:
apt-get update -qq
apt-get install -y --no-install-recommends software-properties-common
add-apt-repository -y ppa:gnuradio/gnuradio-releases
add-apt-repository -y ppa:git-core/ppa
apt-get install -y --no-install-recommends \
git \
build-essential \
Expand All @@ -37,7 +36,6 @@ jobs:
gnuradio-dev \
libairspy-dev \
libairspyhf-dev \
libfreesrp-dev \
libhackrf-dev \
libusb-1.0-0-dev \
libsoapysdr-dev \
Expand Down Expand Up @@ -67,8 +65,8 @@ jobs:
ldconfig
cd /tmp
git clone https://github.com/dl1ksv/gr-fcdproplus.git
cd gr-fcdproplus
git clone https://github.com/dl1ksv/gr-funcube.git
cd gr-funcube
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
Expand All @@ -88,7 +86,6 @@ jobs:
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-iqbal.git
cd gr-iqbal
git checkout gr3.8
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULES_DIR=/usr/lib/x86_64-linux-gnu/cmake ..
Expand All @@ -99,7 +96,6 @@ jobs:
cd /tmp
git clone https://github.com/gqrx-sdr/gr-osmosdr.git
cd gr-osmosdr
git checkout origin/gr3.8
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MODULES_DIR=/usr/lib/x86_64-linux-gnu/cmake -DENABLE_PYTHON=False ..
Expand Down

0 comments on commit 5af085c

Please sign in to comment.