Skip to content

Commit

Permalink
fix: codesign make target was removed (#427)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
  • Loading branch information
pendo324 authored Nov 15, 2024
1 parent 5ab4908 commit 99515a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Create Ventura limactl tarball
working-directory: src/lima
run: |
make clean && make exe codesign
make clean && make exe
tar cfz limactl.ventura.arm64.tar.gz -C _output/bin limactl
- name: Upload Ventura build
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Create Ventura limactl tarball
working-directory: src/lima
run: |
make clean && make exe codesign
make clean && make exe
tar cfz limactl.ventura.x86_64.tar.gz -C _output/bin limactl
- name: Upload Ventura build
Expand Down

0 comments on commit 99515a8

Please sign in to comment.