Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created November 7, 2023 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/b43ad516374b3e1a2a25b3dd413ee5c5 to your computer and use it in GitHub Desktop.
Save micahwalter/b43ad516374b3e1a2a25b3dd413ee5c5 to your computer and use it in GitHub Desktop.
- name: Build resources
run: |
curl -L https://go.dev/dl/go1.19.linux-arm64.tar.gz | sudo tar -zx -C /usr/local
PATH=$PATH:/usr/local/go/bin:/root/go/bin
GOPROXY=direct
sam build --template ${SAM_TEMPLATE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment