Skip to content

Commit 7bfbaaf

Browse files
committed
1 parent eb2e857 commit 7bfbaaf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/release-docker-full.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
-
4545
name: Set up QEMU
4646
uses: docker/setup-qemu-action@v1
47-
if: matrix.platforms != 'linux/amd64'
4847
-
4948
name: Set up Docker Buildx
49+
id: buildx
5050
uses: docker/setup-buildx-action@v1
5151
-
5252
name: Cache Docker layers
@@ -78,9 +78,10 @@ jobs:
7878
with:
7979
context: .
8080
file: Dockerfile.full
81-
push: ${{ github.event_name != 'pull_request' }}
81+
platforms: linux/amd64,linux/arm64,linux/arm/v7
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
84+
push: ${{ github.event_name != 'pull_request' }}
8485
cache-from: type=local,src=/tmp/.buildx-cache
8586
cache-to: type=local,dest=/tmp/.buildx-cache-new
8687

.github/workflows/release-docker-standard.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
-
4545
name: Set up QEMU
4646
uses: docker/setup-qemu-action@v1
47-
if: matrix.platforms != 'linux/amd64'
4847
-
4948
name: Set up Docker Buildx
49+
id: buildx
5050
uses: docker/setup-buildx-action@v1
5151
-
5252
name: Cache Docker layers
@@ -78,9 +78,10 @@ jobs:
7878
with:
7979
context: .
8080
file: Dockerfile
81-
push: ${{ github.event_name != 'pull_request' }}
81+
platforms: linux/amd64,linux/arm64,linux/arm/v7
8282
tags: ${{ steps.meta.outputs.tags }}
8383
labels: ${{ steps.meta.outputs.labels }}
84+
push: ${{ github.event_name != 'pull_request' }}
8485
cache-from: type=local,src=/tmp/.buildx-cache
8586
cache-to: type=local,dest=/tmp/.buildx-cache-new
8687

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ in progress
88

99
- [prowl] Update service plugin to use "pyprowl" instead of "prowlpy"
1010
- [core] Make "functions" setting in configuration file optional
11+
- [ci] Build and publish Docker multi-platform images
1112

1213
2021-06-08 0.23.1
1314
=================
1415

1516
- [ci] Run software tests and Docker image building on GitHub Actions (GHA)
1617
- [ci] Publish Docker images to GitHub Container Registry (GHCR)
1718

19+
1820
2021-06-03 0.23.0
1921
=================
2022

0 commit comments

Comments
 (0)