Skip to content

Commit 0d4cdbf

Browse files
committed
Merge branch 'master' into develop
2 parents 1fd8227 + 9fdc540 commit 0d4cdbf

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/generate_binaries.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
matrix:
1818
target:
1919
- name: Linux
20-
# TODO ghcr.io/yadoms/build_for_********:latest
21-
image: ghcr.io/yadoms/build_for_linux:feature-updateRPiBuild_notSureBestMethod
20+
image: ghcr.io/yadoms/build_for_linux:latest
2221
artifact_prefix: Linux
2322
privileged: ""
2423
- name: RaspberryPI (all versions)
25-
# TODO ghcr.io/yadoms/build_for_********:latest
26-
image: ghcr.io/yadoms/build_for_raspberrypi:feature-updateRPiBuild_notSureBestMethod
24+
image: ghcr.io/yadoms/build_for_raspberrypi:latest
2725
artifact_prefix: RaspberryPI
2826
privileged: "--privileged"
2927

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
33-
# TODO buildImage: ghcr.io/yadoms/build_for_linux:latest
34-
buildImage: ghcr.io/yadoms/build_for_linux:feature-updateRPiBuild_notSureBestMethod
33+
buildImage: ghcr.io/yadoms/build_for_linux:latest
3534
privileged: ${{ matrix.target.privileged }}
3635
entrypoint: '/entrypoint_tests.sh'
3736

0 commit comments

Comments
 (0)