Skip to content

Commit

Permalink
test(vm): jessie x64
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 9, 2024
1 parent 9d0035a commit 8c955b1
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions .github/workflows/vm-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ env:
# ROOTFS_REPO: "debian:buster-"
#
# [stretch]
RELEASE_TAG: 9
CODENAME: "stretch"
ROOTFS_REPO: "debian:stretch-"

# RELEASE_TAG: 9
# CODENAME: "stretch"
# ROOTFS_REPO: "debian:stretch-"
#
# [jessie]
RELEASE_TAG: 8
CODENAME: "jessie"
ROOTFS_REPO: "debian:jessie-"
#
#
#
on:
push:
# branches: ["build"]
Expand All @@ -58,6 +65,12 @@ jobs:
# tty: ttyS0
# net: enp0s1
# # ------------------
- arch: x64
deb_arch: amd64
qemu_pkg_arch: x86
tty: ttyS0
net: enp0s2

# - arch: arm64
# deb_arch: arm64
# qemu_pkg_arch: arm
Expand All @@ -70,12 +83,6 @@ jobs:
# tty: ttyAMA0
# net: enp0s1

# - arch: x64
# deb_arch: amd64
# qemu_pkg_arch: x86
# tty: ttyS0
# net: enp0s2

# - arch: x86
# deb_arch: i386
# qemu_pkg_arch: x86
Expand All @@ -88,12 +95,12 @@ jobs:
# tty: hev0
# net: enp0s0

- arch: s390x
deb_arch: s390x
qemu_pkg_arch: misc
tty: ttysclp0
# net:bookworm+ => eno1, bullseye => enP1p0s0, stretch => enp0s0
net: eno1
# - arch: s390x
# deb_arch: s390x
# qemu_pkg_arch: misc
# tty: ttysclp0
# # net:bookworm+ => eno1, bullseye => enP1p0s0, stretch => enp0s0
# net: eno1

# - arch: mips64le
# deb_arch: mips64el
Expand Down

0 comments on commit 8c955b1

Please sign in to comment.