Skip to content

Commit

Permalink
do not build armv5
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent 866dc54 commit 2347e91
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Docker build images on tag
name: Build&Push Images
on:
push:
tags:
- '*'
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
on: [push]

# push:
# tags:
# - '*'
# # echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# # echo "Tag name from github.ref_name: ${{ github.ref_name }}"

env:
IMAGE_TAGS: ${{ github.ref_name }}
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAMESPACE }}
tags: ${{ env.IMAGE_TAGS }} latest
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
platforms: linux/386, linux/amd64, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
containerfiles: |
./Dockerfile.gh
Expand Down

0 comments on commit 2347e91

Please sign in to comment.