aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorJose Quintana <[email protected]>2022-05-12 07:53:26 +0200
committerJose Quintana <[email protected]>2022-05-12 07:53:26 +0200
commitdf863cb4202366eb92c5d28b43d144515e35959e (patch)
tree6d6d69c5e7670f9d06b63ea2ade30ffe175c637e /.github/workflows/release.yml
parent64c21817c205c871cbb1eaeefa666f4221ad6520 (diff)
downloadalpine-cgit-df863cb4202366eb92c5d28b43d144515e35959e.tar.xz
alpine-cgit-df863cb4202366eb92c5d28b43d144515e35959e.zip
feat: docker multiarch support
- linux/amd64 - linux/386 - linux/arm64 - linux/arm/v7 - linux/arm/v6
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 848a643..3db4e50 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,8 +45,7 @@ jobs:
with:
push: true
context: .
- platforms: linux/amd64
- # platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
+ platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
file: Dockerfile
tags: ${{ steps.meta.outputs.tags }}
build-args: |