Skip to content

Commit ecffb9f

Browse files
authored
Remove linux/arm/v7 platform
Remove linux/arm/v7 platform due to lack of use, and replacement by linux/arm64 platform. Signed-off-by: Alex Ellis <[email protected]>
1 parent 3c30e31 commit ecffb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
faas-cli publish
4343
--extra-tag ${{ github.sha }}
4444
--build-arg GO111MODULE=on
45-
--platforms linux/arm/v7,linux/arm64,linux/amd64
45+
--platforms linux/arm64,linux/amd64
4646
4747
- name: Publish amd64-only functions
4848
run: >

0 commit comments

Comments
 (0)