This commit is contained in:
Alexey Pustovalov 2021-09-15 14:15:05 +02:00
parent 632daf9386
commit de84862c74
2 changed files with 9 additions and 7 deletions

View File

@ -108,7 +108,7 @@ jobs:
echo ::set-output name=list::$platform_list echo ::set-output name=list::$platform_list
- name: Docker meta - name: Generate tags
id: meta id: meta
uses: docker/metadata-action@v3 uses: docker/metadata-action@v3
with: with:
@ -134,7 +134,8 @@ jobs:
echo ${{ steps.docker_build.outputs.digest }} echo ${{ steps.docker_build.outputs.digest }}
echo "${{ steps.docker_build.outputs.digest }}" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }} echo "${{ steps.docker_build.outputs.digest }}" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
- uses: actions/upload-artifact@v2.2.4 - name: Upload SHA256 tag
uses: actions/upload-artifact@v2.2.4
with: with:
name: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }} name: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
path: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }} path: ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}
@ -173,7 +174,7 @@ jobs:
echo ::set-output name=list::$platform_list echo ::set-output name=list::$platform_list
- name: Docker meta - name: Generate tags
id: meta id: meta
uses: docker/metadata-action@v3 uses: docker/metadata-action@v3
with: with:
@ -184,7 +185,8 @@ jobs:
flavor: | flavor: |
latest=auto latest=auto
- uses: actions/download-artifact@v2.0.10 - name: Download SHA256 tag
uses: actions/download-artifact@v2.0.10
with: with:
name: build-base_${{ matrix.os }} name: build-base_${{ matrix.os }}

View File

@ -4,8 +4,7 @@
"linux/amd64", "linux/amd64",
"linux/arm/v6", "linux/arm/v6",
"linux/arm/v7", "linux/arm/v7",
"linux/arm64", "linux/arm64"
"linux/s390x"
], ],
"ol": [ "ol": [
"linux/amd64", "linux/amd64",
@ -14,7 +13,8 @@
"ubuntu": [ "ubuntu": [
"linux/amd64", "linux/amd64",
"linux/arm/v7", "linux/arm/v7",
"linux/arm64" "linux/arm64",
"linux/ppc64le"
] ]
}, },
"components": { "components": {