Skip to content

Commit

Permalink
Update legacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 13, 2024
1 parent 619e277 commit 0e7660e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e7660e

Please sign in to comment.