Update supported platforms

This commit is contained in:
Alexander Tebiev
2022-12-19 12:58:52 +01:00
parent 1622fe71de
commit 2ad4d96aa6
+5 -1
View File
@@ -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: .