From 8c674c6bfa4ac24a19c0f91355b2753e6041b3ac Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 18:17:26 +0300 Subject: workflows/ci: fix a typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a26fed8..93a929e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: if [ '${{ github.ref }}' = 'refs/heads/master' ]; then echo '::set-output name=platforms::linux/amd64' else - echo '::set-output name=platforms::linux/amd64,linux-armhf' + echo '::set-output name=platforms::linux/amd64,linux/armhf' fi - name: Build and publish uses: docker/build-push-action@v2 -- cgit v1.2.3