Skip to content

Commit

Permalink
[Project] Removed 1.4 building from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Feb 6, 2024
1 parent 8a6c06a commit 07e87ef
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continious Integration
name: Continuous Integration

on:
push:
Expand Down Expand Up @@ -54,23 +54,6 @@ jobs:
run: |
cd pi4j-builder-native
./build.sh --push
pi4j-builder-1_4:
needs: [pi4j-builder-base,pi4j-builder-native]
name: Build `pi4j-builder-1.4`
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Build image for `pi4j-builder-1.4`
run: |
cd pi4j-builder-1.4
./build.sh --push
pi4j-builder-2_0:
needs: [pi4j-builder-base,pi4j-builder-native]
name: Build `pi4j-builder-2.0`
Expand All @@ -88,5 +71,3 @@ jobs:
run: |
cd pi4j-builder-2.0
./build.sh --push

0 comments on commit 07e87ef

Please sign in to comment.