Skip to content

Commit

Permalink
remove arm from alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Nov 6, 2024
1 parent 51213e9 commit 1928600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
file: frontend/Dockerfile
context: frontend
tags: retrospected/frontend:alpha
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true

backend:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
file: backend/Dockerfile
context: backend
tags: retrospected/backend:alpha
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true

marketing:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
file: marketing/Dockerfile
context: marketing
tags: retrospected/marketing:alpha
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true

documentation:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
file: docs/Dockerfile
context: docs
tags: retrospected/docs:alpha
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true

integration:
Expand Down

0 comments on commit 1928600

Please sign in to comment.