Skip to content

Commit

Permalink
add packer-builder-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryManson committed Jan 9, 2024
1 parent d5b889a commit d6fc243
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:

- name: Install Dependencies
run: |
# Add your shell commands here
# For example:
sudo apt-get update
sudo apt-get install fdisk gdisk qemu-user-static libarchive-tools tar
- name: Install packer-builder-arm
run: |
git clone https://github.com/mkaczanowski/packer-builder-arm
cd packer-builder-arm
go mod download
go build
- name: Build Images
run: |
sudo packer build "$GITHUB_WORKSPACE/packer/"
8 changes: 4 additions & 4 deletions packer/packer.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
packer {
required_plugins {
arm = {
version = ">= 1.0.1"
source = "github.com/mkaczanowski/packer-builder-arm"
}
# arm = {
# version = ">= 1.0.1"
# source = "github.com/mkaczanowski/packer-builder-arm"
# }
}
}

0 comments on commit d6fc243

Please sign in to comment.