Skip to content

Commit

Permalink
feat: Adds arm64 docker image builds (#57)
Browse files Browse the repository at this point in the history
* feat: Adds arm64 docker image builds

* Add arm64 Docker guild tests

* Update unit test triggers to match other modules

---------

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
dblencowe and NeonDaniel authored Jan 23, 2024
1 parent 716b840 commit b725d3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
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 @@ -18,4 +18,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
7 changes: 3 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

name: Run Unit Tests
on:
push:
workflow_dispatch:
pull_request:
branches:
- master

jobs:
py_build_tests:
Expand All @@ -15,6 +12,8 @@ jobs:
python_version: "3.8"
docker_build_tests:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
with:
platforms: linux/amd64,linux/arm64
unit_tests:
timeout-minutes: 15
strategy:
Expand Down Expand Up @@ -51,4 +50,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: gui-service-test-results
path: tests/gui-service-test-results.xml
path: tests/gui-service-test-results.xml

0 comments on commit b725d3a

Please sign in to comment.