Skip to content

Commit

Permalink
Update build_arch to include linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 10, 2023
1 parent daefff1 commit a708ad5
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 a708ad5

Please sign in to comment.