Skip to content

Commit

Permalink
removed arm from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
themrphantom committed Dec 22, 2024
1 parent 6e78aa2 commit b200924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
tags: fius/drinklistv4-backend:dev
file: backend/Dockerfile
context: ./backend
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64
2 changes: 1 addition & 1 deletion .github/workflows/buildFrontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
tags: fius/drinklistv4-frontend:dev
file: frontend/Dockerfile
context: ./frontend
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64

0 comments on commit b200924

Please sign in to comment.