Skip to content

Commit 4ec88e4

Browse files
committed
use matrix build
1 parent a318a84 commit 4ec88e4

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,16 @@ jobs:
4444
if: |
4545
github.event.inputs.build_latest_as_test == 'false' ||
4646
github.event.inputs.build_latest_as_test == ''
47-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/build_and_push_image.yml@main
47+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
4848
with:
4949
push_enabled: true
5050
push_destinations: ghcr.io
5151
ghcr_repo_owner: ${{ github.repository_owner }}
5252
ghcr_repo: ${{ github.repository }}
53-
platform_linux_arm32v6_enabled: false
54-
platform_linux_i386_enabled: false
5553
platform_linux_arm32v7_enabled: false
56-
get_version_method: git_commit_hash_short
5754
# set build_latest to true if github.event.inputs.use_test_image is false
5855
build_latest: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
5956
build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }}
60-
# only build the entire stack if we are not using the test image
61-
build_version_specific: false
62-
build_platform_specific: false
63-
build_nohealthcheck: false
6457
build_baseimage_url: :acars-decoder-soapy/:acars-decoder-soapy-test-pr
6558

6659
secrets:
@@ -71,24 +64,17 @@ jobs:
7164
if: |
7265
github.event.inputs.build_latest_as_test == 'true' &&
7366
(github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '')
74-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/build_and_push_image.yml@main
67+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
7568
with:
7669
push_enabled: true
7770
push_destinations: ghcr.io
7871
ghcr_repo_owner: ${{ github.repository_owner }}
7972
ghcr_repo: ${{ github.repository }}
8073
build_with_tmpfs: true
81-
get_version_method: git_commit_hash_short
8274
# set build_latest to true if github.event.inputs.use_test_image is false
8375
build_latest: true
8476
docker_latest_tag: test
8577
build_baseimage_test: false
86-
# only build the entire stack if we are not using the test image
87-
build_version_specific: false
88-
build_platform_specific: false
89-
build_nohealthcheck: false
90-
platform_linux_arm32v6_enabled: false
91-
platform_linux_i386_enabled: false
9278
platform_linux_arm32v7_enabled: false
9379
build_baseimage_url: :acars-decoder-soapy/:acars-decoder-soapy-test-pr
9480
secrets:

0 commit comments

Comments
 (0)