Skip to content

Commit

Permalink
exclude arm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Apr 20, 2024
1 parent 617fdc5 commit b6cd7cb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/docker-publish-njsPC-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ jobs:
tags: |
tagyoureit/nodejs-poolcontroller:latest
- name: Build and push ARMv7 Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ./.docker/Dockerfile.armv7 # Adjust the path to your ARMv7 Dockerfile
push: true
tags: |
tagyoureit/nodejs-poolcontroller-armv7:latest
- name: Build and push ARMv6 Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ./.docker/Dockerfile.armv6 # Adjust the path to your ARMv6 Dockerfile
push: true
tags: |
tagyoureit/nodejs-poolcontroller-armv6:latest
# Example of how to run docker-compose with the working directory specified
# - name: Build and push ARMv7 Docker image
# uses: docker/build-push-action@v4
# with:
# context: .
# file: ./.docker/Dockerfile.armv7 # Adjust the path to your ARMv7 Dockerfile
# push: true
# tags: |
# tagyoureit/nodejs-poolcontroller-armv7:latest

# - name: Build and push ARMv6 Docker image
# uses: docker/build-push-action@v4
# with:
# context: .
# file: ./.docker/Dockerfile.armv6 # Adjust the path to your ARMv6 Dockerfile
# push: true
# tags: |
# tagyoureit/nodejs-poolcontroller-armv6:latest

# # Example of how to run docker-compose with the working directory specified

- name: Run Docker Compose
run: docker-compose up -d
Expand Down

0 comments on commit b6cd7cb

Please sign in to comment.