Skip to content

Commit

Permalink
debug: final version
Browse files Browse the repository at this point in the history
  • Loading branch information
valerius committed Feb 22, 2024
1 parent e7868b4 commit 87cb6a2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/rpi_aarch64_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
echo "ROOT_PASSWORD=$(pwgen -s 17 1)" >> $GITHUB_ENV
- name: Display All Environment Variables
run: |
#!/bin/bash
printenv
- name: Update system and install dependencies for Arch Linux
if: env.INSTALL_REQUIREMENTS == 'true' && env.DISTRO == 'arch'
run: |
Expand Down Expand Up @@ -114,7 +109,7 @@ jobs:
- name: Run Build Script
run: |
sudo chmod +x ./build_archlinux_rpi_aarch64_img.sh
sudo ./build_archlinux_rpi_aarch64_img.sh
sudo --preserve-env ./build_archlinux_rpi_aarch64_img.sh
- name: Upload Image and Get URL
if: success()
Expand Down Expand Up @@ -164,7 +159,7 @@ jobs:
SUCCESS_MESSAGE="🎉 Awesome! The Raspberry Pi image build succeeded 🚀\n\
Release of Archlinux ${{ env.ARM_VERSION }} Raspberry Pi Image for model ${{ env.RPI_MODEL }}.\n\
Author: ${{ github.actor }}\nBranch: ${{ github.ref }}\n\
Temporary Root Password: ${{ env.ROOT_PASSWORD }}\n\
🗝 Root Password is available as an artifact.\n\
Commit Message: ${{ github.event.head_commit.message }}\n\
[View Last Commit](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) 📜\n\
The image is available for download:\n[Download Image]($ISO_URL) 📦\n\
Expand Down

0 comments on commit 87cb6a2

Please sign in to comment.