From 611efe117fc3007be9c894920b701ca8ac13a7dd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 17:05:50 +0100 Subject: shorter platform names --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffed23..73fdba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,6 @@ jobs: with: context: '${{ matrix.project }}' file: '${{ matrix.project }}/Dockerfile' - platforms: linux/i386,linux/amd64,linux/armhf + platforms: i386,amd64,armhf push: true tags: '${{ secrets.DOCKERHUB_USERNAME }}/${{ matrix.project }}:latest' -- cgit v1.2.3