1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-12 06:00:36 -05:00

Add platforms

This commit is contained in:
Vince Grassia 2023-11-16 09:17:10 -05:00
parent e0f40482c7
commit ff72a90574
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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 }}