Skip to content

Commit

Permalink
Merge pull request #21 from voxpupuli/build_arm
Browse files Browse the repository at this point in the history
Update build_arch to include linux/arm64
  • Loading branch information
rwaffen authored Nov 10, 2023
2 parents daefff1 + a708ad5 commit dae4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build_args: |
PUPPET_RELEASE=${{ matrix.release }}
PUPPETSERVER_VERSION=${{ matrix.version }}
build_arch: linux/amd64 #,linux/arm64
build_arch: linux/amd64,linux/arm64
build_context: puppetserver
buildfile: puppetserver/Dockerfile
tags: |
Expand Down

0 comments on commit dae4232

Please sign in to comment.