mirror of
https://github.com/openvk/openvk
synced 2024-12-22 08:31:18 +03:00
ci(actions): try setting platforms for buildx
This commit is contained in:
parent
ec6d77b26b
commit
08c68a69e3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
platforms: linux/${{matrix.platform}}
|
||||
|
||||
- name: Change repository string to lowercase
|
||||
id: repositorystring
|
||||
|
@ -77,6 +79,8 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
platforms: linux/${{matrix.platform}}
|
||||
|
||||
- name: Change repository string to lowercase
|
||||
id: repositorystring
|
||||
|
@ -130,7 +134,6 @@ jobs:
|
|||
file: install/automated/docker/mariadb-primary.Dockerfile
|
||||
tags: ${{ steps.db-primarymeta.outputs.tags }}
|
||||
labels: ${{ steps.db-primarymeta.outputs.labels }}
|
||||
provenance: false # workaround, see https://github.com/orgs/community/discussions/45969
|
||||
build-args: |
|
||||
VERSION=${{env.DB_VERSION}}
|
||||
|
||||
|
@ -142,6 +145,5 @@ jobs:
|
|||
file: install/automated/docker/mariadb-eventdb.Dockerfile
|
||||
tags: ${{ steps.db-eventmeta.outputs.tags }}
|
||||
labels: ${{ steps.db-eventmeta.outputs.labels }}
|
||||
provenance: false # workaround, see https://github.com/orgs/community/discussions/45969
|
||||
build-args: |
|
||||
VERSION=${{env.DB_VERSION}}
|
Loading…
Reference in a new issue