Skip to content

Commit

Permalink
build(vm): sid
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 9, 2024
1 parent 745a8f5 commit f893a4c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/vm-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ env:
SSH_VM: "ssh -F ssh/vm.sshconf vm"
#
#
# RELEASE_TAG: unstable
# CODENAME: sid
# ROOTFS_REPO: "debian-sid:"
#
RELEASE_TAG: unstable
CODENAME: sid
ROOTFS_REPO: "debian-sid:"

#
RELEASE_TAG: 12
CODENAME: "bookworm"
ROOTFS_REPO: "debian:bookworm-"
# RELEASE_TAG: 12
# CODENAME: "bookworm"
# ROOTFS_REPO: "debian:bookworm-"
#
# #
# RELEASE_TAG: 11
Expand Down Expand Up @@ -43,17 +43,17 @@ jobs:
matrix:
include:
# SID:
# - arch: rv64gc
# deb_arch: riscv64
# qemu_pkg_arch: misc
# tty: ttyS0
# net: eth0
- arch: rv64gc
deb_arch: riscv64
qemu_pkg_arch: misc
tty: ttyS0
net: eth0

# - arch: loong64
# deb_arch: loong64
# qemu_pkg_arch: misc
# tty: ttyS0
# net: enp0s1
- arch: loong64
deb_arch: loong64
qemu_pkg_arch: misc
tty: ttyS0
net: enp0s1
# # ------------------
- arch: arm64
deb_arch: arm64
Expand Down Expand Up @@ -99,11 +99,11 @@ jobs:
net: enp0s3
# ------------------------
# BOOKWORM
- arch: mipsle
deb_arch: mipsel
qemu_pkg_arch: mips
tty: ttyS0
net: enp0s18
# - arch: mipsle
# deb_arch: mipsel
# qemu_pkg_arch: mips
# tty: ttyS0
# net: enp0s18

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit f893a4c

Please sign in to comment.