We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabcca7 commit 2d161c0Copy full SHA for 2d161c0
.pkgforge
@@ -8,8 +8,8 @@ source(
8
9
build do
10
run 'make local'
11
- run 'cp ./bin/github-auth-lambda_linux_amd64 ./main'
12
- run 'zip payload.zip ./main'
+ run 'cp ./bin/github-auth-lambda_linux_arm64 ./bootstrap'
+ run 'zip payload.zip ./bootstrap'
13
cp 'payload.zip'
14
end
15
Makefile.local
@@ -1,2 +1,2 @@
1
PACKAGE = github-auth-lambda
2
-OSARCHLIST = linux/amd64
+OSARCHLIST = linux/arm64
0 commit comments