Skip to content

Commit

Permalink
Remove linux/arm/v7 platform
Browse files Browse the repository at this point in the history
Remove linux/arm/v7 platform due to lack of use, and replacement by linux/arm64 platform.

Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis authored Sep 25, 2024
1 parent 3c30e31 commit ecffb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
faas-cli publish
--extra-tag ${{ github.sha }}
--build-arg GO111MODULE=on
--platforms linux/arm/v7,linux/arm64,linux/amd64
--platforms linux/arm64,linux/amd64
- name: Publish amd64-only functions
run: >
Expand Down

0 comments on commit ecffb9f

Please sign in to comment.