Skip to content

Commit cbea190

Browse files
committed
Fix alpine 3.7 build
1 parent caf01a6 commit cbea190

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ jobs:
629629
builder: ${{ steps.buildx.outputs.name }}
630630
context: .
631631
file: ./Dockerfile
632-
platforms: linux/amd64,linux/arm/v7,linux/arm64
632+
platforms: linux/amd64
633633
push: true
634634
tags: ${{ steps.prep.outputs.tags }}
635635
build-args: |
@@ -733,7 +733,7 @@ jobs:
733733
builder: ${{ steps.buildx.outputs.name }}
734734
context: .
735735
file: ./Dockerfile
736-
platforms: linux/amd64,linux/arm/v7,linux/arm64
736+
platforms: linux/amd64
737737
push: true
738738
tags: ${{ steps.prep.outputs.tags }}
739739
build-args: |

.github/workflows/manual.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ jobs:
626626
builder: ${{ steps.buildx.outputs.name }}
627627
context: .
628628
file: ./Dockerfile
629-
platforms: linux/amd64,linux/arm/v7,linux/arm64
629+
platforms: linux/amd64
630630
push: true
631631
tags: ${{ steps.prep.outputs.tags }}
632632
build-args: |
@@ -730,7 +730,7 @@ jobs:
730730
builder: ${{ steps.buildx.outputs.name }}
731731
context: .
732732
file: ./Dockerfile
733-
platforms: linux/amd64,linux/arm/v7,linux/arm64
733+
platforms: linux/amd64
734734
push: true
735735
tags: ${{ steps.prep.outputs.tags }}
736736
build-args: |
@@ -1047,4 +1047,3 @@ jobs:
10471047
tags: ${{ steps.prep.outputs.tags }}
10481048
build-args: |
10491049
DEBIAN_VERSION=${{ env.RELEASE }}
1050-

0 commit comments

Comments
 (0)