Skip to content

Commit

Permalink
feat: Adds arm64 docker image builds (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblencowe committed Jan 23, 2024
1 parent 8249f31 commit 81f5b02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
needs: build_and_publish_pypi_and_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
with:
platforms: linux/amd64,linux/arm64
4 changes: 3 additions & 1 deletion .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
build_and_publish_docker:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
secrets: inherit
with:
platforms: linux/amd64,linux/arm64

0 comments on commit 81f5b02

Please sign in to comment.