Skip to content

Commit

Permalink
Merge pull request #19 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 10cf3b5 + 29963c1 commit 9446f93
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 }}
PUPPETDB_VERSION=${{ matrix.version }}
build_arch: linux/amd64 #,linux/arm64
build_arch: linux/amd64,linux/arm64
build_context: puppetdb
buildfile: puppetdb/Dockerfile
tags: |
Expand Down

0 comments on commit 9446f93

Please sign in to comment.