forked from MiczFlor/RPi-Jukebox-RFID
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b570f1
commit e7d5bf7
Showing
3 changed files
with
42 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,17 +64,3 @@ jobs: | |
options: --platform linux/arm/v7 | ||
args: | | ||
/code/scripts/installscripts/tests/run_installation_tests3.sh | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,40 +13,40 @@ on: | |
|
||
jobs: | ||
|
||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
||
- name: Build Buster ARMv7 | ||
uses: docker/build-push-action@v5 | ||
with: | ||
context: . | ||
load: true | ||
push: false | ||
file: ./ci/Dockerfile.buster.test_install.armv7 | ||
platforms: linux/arm/v7 | ||
tags: rpi-jukebox-rfid-buster:latest | ||
cache-from: type=gha,scope=$GITHUB_REF_NAME-buster | ||
cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-buster | ||
- name: Run run_installation_tests.sh Buster ARMv7 | ||
uses: tj-actions/docker-run@v2 | ||
with: | ||
image: rpi-jukebox-rfid-buster:latest | ||
options: --platform linux/arm/v7 | ||
name: run_installation_tests.sh | ||
args: | | ||
/code/scripts/installscripts/tests/run_installation_tests.sh | ||
- name: Build Buster ARMv7 | ||
uses: docker/build-push-action@v5 | ||
with: | ||
context: . | ||
load: true | ||
push: false | ||
file: ./ci/Dockerfile.buster.test_install.armv7 | ||
platforms: linux/arm/v7 | ||
tags: rpi-jukebox-rfid-buster:latest | ||
cache-from: type=gha,scope=$GITHUB_REF_NAME-buster | ||
cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-buster | ||
|
||
- name: Run run_installation_tests.sh Buster ARMv7 | ||
uses: tj-actions/docker-run@v2 | ||
with: | ||
image: rpi-jukebox-rfid-buster:latest | ||
options: --platform linux/arm/v7 | ||
name: run_installation_tests.sh | ||
args: | | ||
/code/scripts/installscripts/tests/run_installation_tests.sh | ||
# - name: Run run_installation_tests2.sh Buster ARMv7 | ||
# uses: tj-actions/docker-run@v2 | ||
# with: | ||
|
@@ -55,16 +55,12 @@ jobs: | |
# name: run_installation_tests2.sh | ||
# args: | | ||
# /code/scripts/installscripts/tests/run_installation_tests2.sh | ||
|
||
- name: Run run_installation_tests3.sh Buster ARMv7 | ||
uses: tj-actions/docker-run@v2 | ||
with: | ||
image: rpi-jukebox-rfid-buster:latest | ||
options: --platform linux/arm/v7 | ||
name: run_installation_tests3.sh | ||
args: | | ||
/code/scripts/installscripts/tests/run_installation_tests3.sh | ||
|
||
- name: Run run_installation_tests3.sh Buster ARMv7 | ||
uses: tj-actions/docker-run@v2 | ||
with: | ||
image: rpi-jukebox-rfid-buster:latest | ||
options: --platform linux/arm/v7 | ||
name: run_installation_tests3.sh | ||
args: | | ||
/code/scripts/installscripts/tests/run_installation_tests3.sh |