Skip to content

Commit

Permalink
Merge branch 'add-fedora-41'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 26, 2024
2 parents 8de2c04 + 1f0a2ff commit c15e49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
oses:
description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \
Available images are:\n
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora40 \
fedora39 windows10 windows11 macos12 macos13 macos14 macos15`."
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \
fedora40 fedora41 windows10 windows11 macos12 macos13 macos14 macos15`."
default: ''
required: false
type: string
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
# A list of VMs to run the tests on. These refer to the names defined
# in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner.
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora39"]'
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora39","fedora40","fedora41"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion test/docs/BUILD_OS_IMAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ On the host, start by creating a disk image and installing Debian on it:
```
wget -O debian.iso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.5.0-amd64-netinst.iso
qemu-img create -f qcow2 ./debian.qcow2 5G
qemu-system-x86_64 -cpu host -accel kvm -m 4096 -smp 2 -cdrom debian.iso -drive file=./debian.qcow2
qemu-system-x86_64 -cpu host -accel kvm -m 8192 -smp 8 -cdrom debian.iso -drive file=./debian.qcow2
```

## Installing Linux
Expand Down

0 comments on commit c15e49e

Please sign in to comment.