aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:44:40 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:44:40 +0100
commit9be629637d8fa5f6232ef14f58fe382e019358c7 (patch)
tree36a85f5b5605d8c4541ac48ff345deed677ac282 /.github
parentMakefile: split long commands (diff)
downloadcgitize-9be629637d8fa5f6232ef14f58fe382e019358c7.tar.gz
cgitize-9be629637d8fa5f6232ef14f58fe382e019358c7.zip
build for Mac's M1 also
Diffstat (limited to '.github')
-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 7f379d3..0230065 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
if [ '${{ github.ref }}' = 'refs/heads/master' ]; then
echo 'platforms=linux/amd64' >> "$GITHUB_OUTPUT"
else
- echo 'platforms=linux/amd64,linux/armhf' >> "$GITHUB_OUTPUT"
+ echo 'platforms=amd64,armhf,arm64' >> "$GITHUB_OUTPUT"
fi
- name: Build and publish
uses: docker/build-push-action@v3