aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:45:49 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:45:49 +0100
commit6786c5c2a03438252f7ffed1ba4945f5707a9ed9 (patch)
tree642c3046738e6bff62a60c4d5542cf3c9abb570c /.github/workflows
parentworkflows/ci: respect .dockerignore (diff)
downloadwg-api-web-6786c5c2a03438252f7ffed1ba4945f5707a9ed9.tar.gz
wg-api-web-6786c5c2a03438252f7ffed1ba4945f5707a9ed9.zip
build for Mac's M1 alsov1.1.1
Diffstat (limited to '.github/workflows')
-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 35330a2..e393c24 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,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