Skip to content

Commit 2347e91

Browse files
author
nkowenski
committed
do not build armv5
1 parent 866dc54 commit 2347e91

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/build.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Docker build images on tag
22
name: Build&Push Images
3-
on:
4-
push:
5-
tags:
6-
- '*'
7-
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
8-
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
3+
on: [push]
4+
5+
# push:
6+
# tags:
7+
# - '*'
8+
# # echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
9+
# # echo "Tag name from github.ref_name: ${{ github.ref_name }}"
910

1011
env:
1112
IMAGE_TAGS: ${{ github.ref_name }}
@@ -45,7 +46,7 @@ jobs:
4546
with:
4647
image: ${{ env.IMAGE_NAMESPACE }}
4748
tags: ${{ env.IMAGE_TAGS }} latest
48-
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
49+
platforms: linux/386, linux/amd64, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
4950
containerfiles: |
5051
./Dockerfile.gh
5152

0 commit comments

Comments
 (0)