Skip to content

Commit

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

* Add arm64 docker build tests

* Update unit test triggers to match other modules

---------

Co-authored-by: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com>
  • Loading branch information
dblencowe and NeonDaniel committed Apr 23, 2024
1 parent 604e1bb commit 904d1c8
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 All @@ -40,4 +39,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: enclosure-service-test-results
path: tests/enclosure-service-test-results.xml
path: tests/enclosure-service-test-results.xml

0 comments on commit 904d1c8

Please sign in to comment.