Skip to content

Commit 2d161c0

Browse files
committed
switch to bootstrap
1 parent dabcca7 commit 2d161c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pkgforge

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source(
88

99
build do
1010
run 'make local'
11-
run 'cp ./bin/github-auth-lambda_linux_amd64 ./main'
12-
run 'zip payload.zip ./main'
11+
run 'cp ./bin/github-auth-lambda_linux_arm64 ./bootstrap'
12+
run 'zip payload.zip ./bootstrap'
1313
cp 'payload.zip'
1414
end
1515

Makefile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PACKAGE = github-auth-lambda
2-
OSARCHLIST = linux/amd64
2+
OSARCHLIST = linux/arm64

0 commit comments

Comments
 (0)