File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
12132021-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+
18202021-06-03 0.23.0
1921=================
2022
You can’t perform that action at this time.
0 commit comments