From 0e7660ef3c30fc56e7a71e5e27063dd866a4bdb9 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sun, 12 May 2024 21:12:11 -0400 Subject: [PATCH] Update legacy.yml --- .github/workflows/legacy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index de8f5c1..b2f1f69 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -110,7 +110,7 @@ jobs: key: tar-pine-${{ github.run_id }} - name: Deploy to partition - run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker --privileged -t image:"Rhino-Linux-${VER}-pinephone-unified.img" -m 10G pinephone-unified.yaml + run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker -t image:"Rhino-Linux-${VER}-pinephone-unified.img" -m 10G pinephone-unified.yaml - name: Place output folder run: sudo mkdir -p builds/pine @@ -171,7 +171,7 @@ jobs: key: tar-rpi-${{ github.run_id }} - name: Deploy to partition - run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker --privileged -t image:"Rhino-Linux-${VER}-rpi-desktop.img" -m 10G raspberrypi-desktop.yaml + run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker -t image:"Rhino-Linux-${VER}-rpi-desktop.img" -m 10G raspberrypi-desktop.yaml - name: Place output folder run: sudo mkdir -p builds/rpi-desktop @@ -201,7 +201,7 @@ jobs: key: tar-rpi-${{ github.run_id }} - name: Deploy to partition - run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker --privileged -t image:"Rhino-Linux-${VER}-rpi-server.img" -m 10G raspberrypi-server.yaml + run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker -t image:"Rhino-Linux-${VER}-rpi-server.img" -m 10G raspberrypi-server.yaml - name: Place output folder run: sudo mkdir -p builds/rpi-server @@ -263,7 +263,7 @@ jobs: key: tar-tab-${{ github.run_id }} - name: Deploy to partition - run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker --privileged -t image:"Rhino-Linux-${VER}-pinetab.img" -m 10G pinetab.yaml + run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker -t image:"Rhino-Linux-${VER}-pinetab.img" -m 10G pinetab.yaml - name: Place output folder run: sudo mkdir -p builds/tab @@ -293,7 +293,7 @@ jobs: key: tar-tab-${{ github.run_id }} - name: Deploy to partition - run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker --privileged -t image:"Rhino-Linux-${VER}-pinetab2.img" -m 10G pinetab2.yaml + run: source ./etc/terraform.conf && VER="${VERSION}${SUBVER}" && sudo ./debos-docker -t image:"Rhino-Linux-${VER}-pinetab2.img" -m 10G pinetab2.yaml - name: Place output folder run: sudo mkdir -p builds/tab2