Skip to content

Commit

Permalink
Update rpi_aarch64_image_builder.yml
Browse files Browse the repository at this point in the history
update: add arp-scan
  • Loading branch information
ts-sz authored Feb 16, 2024
1 parent ac08aa4 commit d9bb9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpi_aarch64_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
TIMEZONE: Europe/Paris
KEYMAP: us-acentos
SSH_PUB_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMidTQ6KGfZtonNKd1HtNPPDiPtzEmlg5yOduvmZzTA valerius laptop
PACKAGES: base-devel dosfstools git mkinitcpio-utils neovim nftables openssh python qrencode rsync sudo tailscale uboot-tools unzip zerotier-one zsh
PACKAGES: arp-scan base-devel dosfstools git mkinitcpio-utils neovim nftables openssh python qrencode rsync sudo tailscale uboot-tools unzip zerotier-one zsh

runs-on: self-hosted
environment: main
Expand Down Expand Up @@ -192,4 +192,4 @@ jobs:
if [ -n "$LOOP_DEVICE" ]; then
sudo losetup -d $LOOP_DEVICE
echo "Loop device $LOOP_DEVICE released"
fi
fi

0 comments on commit d9bb9f4

Please sign in to comment.