Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(appimage): move tests to docker
Browse files Browse the repository at this point in the history
git-developer committed Sep 7, 2024
1 parent 793202d commit 67d4dd9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
@@ -108,15 +108,19 @@ jobs:
target:
- platform: linux/amd64
arch: amd64
#- platform: linux/arm64
# arch: arm64
base:
- os: ubuntu
codename: focal
- os: ubuntu
codename: jammy
- os: ubuntu
codename: noble
- os: debian
codename: bullseye
- os: debian
codename: bookworm
- os: debian
codename: trixie
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -149,13 +153,11 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

needs:
- build
- test

permissions:
contents: write

steps:
- name: Download artifacts
uses: actions/download-artifact@v4

0 comments on commit 67d4dd9

Please sign in to comment.