Skip to content

Commit

Permalink
fixed intends
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 9, 2023
1 parent 4b570f1 commit e7d5bf7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 65 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker_bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,3 @@ jobs:
options: --platform linux/arm/v7
args: |
/code/scripts/installscripts/tests/run_installation_tests3.sh













5 changes: 0 additions & 5 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ jobs:
name: run_installation_tests3_altuser.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests3_altuser.sh
88 changes: 42 additions & 46 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit e7d5bf7

Please sign in to comment.