diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:17:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 18:17:26 +0300 |
commit | 8c674c6bfa4ac24a19c0f91355b2753e6041b3ac (patch) | |
tree | 62574b04efd6aadffc76e28f8bafb364cda02d5c /.github | |
parent | v2.2.0 (diff) | |
download | cgitize-8c674c6bfa4ac24a19c0f91355b2753e6041b3ac.tar.gz cgitize-8c674c6bfa4ac24a19c0f91355b2753e6041b3ac.zip |
workflows/ci: fix a typov2.2.0
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |