1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 13:47:30 -05:00

Add platforms

This commit is contained in:
Vince Grassia
2023-11-16 09:17:10 -05:00
parent e0f40482c7
commit ff72a90574

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