aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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