mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 14:39:24 -06:00
Add Docker buildx setup for multi-architecture builds in lint-test-build workflow
This commit is contained in:
5
.github/workflows/lint-test-build.yaml
vendored
5
.github/workflows/lint-test-build.yaml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Docker buildx for multi-architecture builds
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
use: true
|
||||
|
||||
- name: Run lint, test, and build
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user