diff --git a/.github/workflows/build_debos.yml b/.github/workflows/build_debos.yml index 9f914eef7..873331589 100644 --- a/.github/workflows/build_debos.yml +++ b/.github/workflows/build_debos.yml @@ -28,6 +28,9 @@ jobs: echo ${GOOGLE_KEY}>action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon/google.json env: GOOGLE_KEY: ${{secrets.google_api_key}} - - name: Build and Export Image + - name: Build and Export Mk2 Image run: | - bash action/neon_debos/run_automation.sh debian-neon-image-rpi4.yml ${{ github.ref_name }} /var/www/html/app/files/neon_images/pi/mycroft_mark_2 ${{ github.ref_name }} + bash action/neon_debos/run_automation.sh debian-neon-image.yml ${{ github.ref_name }} /var/www/html/app/files/neon_images/pi/mycroft_mark_2 ${{ github.ref_name }} + - name: Build and Export OPi5 Image + run: | + bash action/neon_debos/run_automation.sh debian-neon-image.yml ${{ github.ref_name }} /var/www/html/app/files/neon_images/orange_pi_5/ ${{ github.ref_name }} \ No newline at end of file