diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b488a1..a543386 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,11 +11,11 @@ jobs: matrix: version: [ "8.0", "8.1", "8.2" ] arch: [ - "linux/amd64,linux/arm64/v8,linux/arm/v7" + "linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7", ] env: VERSION: ${{ matrix.version }} - ARCHS: linux/${{ matrix.arch }} + ARCHS: ${{ matrix.arch }} name: release-${{ matrix.version }}-${{ matrix.arch }} runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 084b39a..42ae743 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Repository of https://hub.docker.com/r/jorge07/alpine-php -[![Build Status](https://travis-ci.org/jorge07/alpine-php.svg?branch=master)](https://travis-ci.org/jorge07/alpine-php) ![Docker Pulls](https://img.shields.io/docker/pulls/jorge07/alpine-php.svg?style=flat-square) +[![PR checks](https://github.com/jorge07/alpine-php/actions/workflows/pr.yaml/badge.svg?branch=master)](https://github.com/jorge07/alpine-php/actions/workflows/pr.yaml) ![Docker Pulls](https://img.shields.io/docker/pulls/jorge07/alpine-php.svg?style=flat-square) Minimal PHP Docker images based on Alpine. Contains **tags** for development environments and adapted for various frameworks like [Symfony](http://symfony.com/) and [Wordpress](https://github.com/WordPress/WordPress).