diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 13:45:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-08 13:45:49 +0100 |
commit | 6786c5c2a03438252f7ffed1ba4945f5707a9ed9 (patch) | |
tree | 642c3046738e6bff62a60c4d5542cf3c9abb570c | |
parent | workflows/ci: respect .dockerignore (diff) | |
download | wg-api-web-1.1.1.tar.gz wg-api-web-1.1.1.zip |
build for Mac's M1 alsov1.1.1
-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 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 |