mirror of
https://github.com/bckelley/phpmyadmin-docker-lightweight.git
synced 2026-08-24 03:24:11 -05:00
Update supported platforms
This commit is contained in:
@@ -41,6 +41,10 @@ jobs:
|
|||||||
name: Check out code
|
name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
-
|
||||||
|
name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
@@ -64,7 +68,7 @@ jobs:
|
|||||||
name: Build images and push to registry
|
name: Build images and push to registry
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||||
cache-from: type=gha, scope=${{ github.workflow }}-${{ matrix.version }}
|
cache-from: type=gha, scope=${{ github.workflow }}-${{ matrix.version }}
|
||||||
cache-to: type=gha, scope=${{ github.workflow }}-${{ matrix.version }}, mode=max
|
cache-to: type=gha, scope=${{ github.workflow }}-${{ matrix.version }}, mode=max
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user