Skip to content

Commit

Permalink
Remove unnecessary builds in favor of directly building from source d…
Browse files Browse the repository at this point in the history
…ownstream (Flathub)
  • Loading branch information
nemuelw committed Nov 13, 2024
1 parent bb1349b commit 87be0b0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 93 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/cd.yml

This file was deleted.

21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,8 @@ jobs:

- name: Install dependencies
run: |
pip3 install -r requirements.txt
pip3 install flake8
- name: Run flake8
run: |
flake8 .
multiarch-build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, arm64]
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker image
run: |
docker build --platform linux/${{ matrix.arch }} -t protodesk .
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.vscode/
.venv/
__pycache__/
app.build/
app.dist/
22 changes: 0 additions & 22 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion flathub/io.github.nemuelw.protodesk.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<project_license>GPL-3.0-only</project_license>

<name>Protodesk</name>
<icon type="stock">io.github.nemuelw.protodesk.png</icon>
<icon type="stock">io.github.nemuelw.protodesk.svg</icon>
<summary>Unofficial desktop app for Proton</summary>
<description>
<p>
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
flake8==7.1.1
mccabe==0.7.0
Nuitka==2.4.11
ordered-set==4.1.0
pycodestyle==2.12.1
pyflakes==3.2.0
Expand Down

0 comments on commit 87be0b0

Please sign in to comment.