Skip to content

Commit

Permalink
switch to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Sep 3, 2023
1 parent dabcca7 commit 2d161c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pkgforge
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ source(

build do
run 'make local'
run 'cp ./bin/github-auth-lambda_linux_amd64 ./main'
run 'zip payload.zip ./main'
run 'cp ./bin/github-auth-lambda_linux_arm64 ./bootstrap'
run 'zip payload.zip ./bootstrap'
cp 'payload.zip'
end

Expand Down
2 changes: 1 addition & 1 deletion Makefile.local
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE = github-auth-lambda
OSARCHLIST = linux/amd64
OSARCHLIST = linux/arm64

0 comments on commit 2d161c0

Please sign in to comment.