aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 17:07:06 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 17:07:06 +0100
commitb9d7400cc1b4ec54299638ac9d973db010976f5a (patch)
tree457a6c694b7ea3fae8d3f87430eb09dcaa4cc35f
parentv4.0.7 (diff)
downloadcgitize-b9d7400cc1b4ec54299638ac9d973db010976f5a.tar.gz
cgitize-b9d7400cc1b4ec54299638ac9d973db010976f5a.zip
workflows/ci: shorter platform names
-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 0230065..62b205c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
# Building for ARM for every commit in master is too time-consuming.
run: |
if [ '${{ github.ref }}' = 'refs/heads/master' ]; then
- echo 'platforms=linux/amd64' >> "$GITHUB_OUTPUT"
+ echo 'platforms=amd64' >> "$GITHUB_OUTPUT"
else
echo 'platforms=amd64,armhf,arm64' >> "$GITHUB_OUTPUT"
fi