Skip to content

Commit c9b79d7

Browse files
committed
feat: disable arm build for now to reduce build times
1 parent 4cd657d commit c9b79d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./docker/backend/prod/django/Dockerfile
49-
platforms: linux/amd64,linux/arm64
49+
platforms: linux/amd64
5050
push: true
5151
tags: oci.stackable.tech/stackable/secobserve-backend:dev
5252
build-args: |
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
context: .
9595
file: ./docker/frontend/prod/Dockerfile
96-
platforms: linux/amd64,linux/arm64
96+
platforms: linux/amd64
9797
push: true
9898
tags: oci.stackable.tech/stackable/secobserve-frontend:dev
9999
build-args: |

0 commit comments

Comments
 (0)