Logo
Explore Help
Register Sign In
kairos/luet
1
0
Fork 0
You've already forked luet
mirror of https://github.com/mudler/luet.git synced 2025-09-26 07:10:25 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4adc0dc9b9ff7ad441a57704c98cbea777ad7147
luet/vendor/google.golang.org/grpc/install_gae.sh

6 lines
235 B
Bash
Raw Normal View History

Support priv/unpriv image extraction Optionally add back privileged extraction which can be enabled with LUET_PRIVILEGED_EXTRACT=true Signed-off-by: Ettore Di Giacinto <mudler@sabayon.org>
2021-06-16 23:29:23 +02:00
#!/bin/bash
TMP=$(mktemp -d /tmp/sdk.XXX) \
&& curl -o $TMP.zip "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.68.zip" \
&& unzip -q $TMP.zip -d $TMP \
Use goreleaser to build and release (#244) Instead of using gox on one side and an action to release, we can merge them together with goreleaser which will build for extra targets (arm, mips if needed in the future) and it also takes care of creating checksums, a source archive, and a changelog and creating a release with all the artifacts. All binaries should respect the old naming convention, so any scripts out there should still work. Signed-off-by: Itxaka <igarcia@suse.com>
2021-08-11 08:30:55 +02:00
&& export PATH="$PATH:$TMP/go_appengine"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 699ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API