We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd657d commit c9b79d7Copy full SHA for c9b79d7
1 file changed
.github/workflows/build_push_dev.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
context: .
48
file: ./docker/backend/prod/django/Dockerfile
49
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
50
push: true
51
tags: oci.stackable.tech/stackable/secobserve-backend:dev
52
build-args: |
@@ -93,7 +93,7 @@ jobs:
93
94
95
file: ./docker/frontend/prod/Dockerfile
96
97
98
tags: oci.stackable.tech/stackable/secobserve-frontend:dev
99
0 commit comments