Skip to content

Commit

Permalink
Fn cli multi arch (#668)
Browse files Browse the repository at this point in the history
* removing linux arm64 build step to fix the pipeline failure
  • Loading branch information
ssunny3141 authored Jun 21, 2023
1 parent e790d90 commit 6ef29b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
command: make test
no_output_timeout: 20m
environment:
- run:
name: test build linux arm64
command: go build -o fn_linux_arm64
environment:
GOOS: linux
GOARCH: arm64
- run:
name: test build macos
command: go build -o fn_mac
Expand Down

0 comments on commit 6ef29b1

Please sign in to comment.