mirror of
https://github.com/bitwarden/server.git
synced 2025-06-12 06:00:36 -05:00
Add platforms
This commit is contained in:
parent
e0f40482c7
commit
ff72a90574
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -217,9 +217,12 @@ jobs:
|
||||
context: .
|
||||
file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile
|
||||
platforms: |
|
||||
linux/386,
|
||||
linux/amd64,
|
||||
linux/arm/v6,
|
||||
linux/arm/v7,
|
||||
linux/arm64
|
||||
linux/arm64,
|
||||
linux/riscv64
|
||||
push: true
|
||||
tags: ${{ steps.image-name.outputs.name }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user