mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
new darwin-arm64.txz tarred with --disable-copyfile macos
This commit is contained in:
4
.github/workflows/buildDBImage.yml
vendored
4
.github/workflows/buildDBImage.yml
vendored
@@ -86,8 +86,8 @@ jobs:
|
||||
- name: Pull & Extract - darwin arm64
|
||||
run: |-
|
||||
EXTRACT_DIR=extracted-darwin-arm64
|
||||
# new link (darwin-arm64.txz) - https://drive.google.com/file/d/1V09n8XJRWiguPxUSeCh9pmmnWM4TVyM7/view?usp=drive_link
|
||||
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=1V09n8XJRWiguPxUSeCh9pmmnWM4TVyM7"
|
||||
# new link (darwin-arm64.txz) - https://drive.google.com/file/d/1lG6eNYM5JaywbRxQBubzMDmbCtGVilQh/view?usp=drive_link
|
||||
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=1lG6eNYM5JaywbRxQBubzMDmbCtGVilQh"
|
||||
mkdir $EXTRACT_DIR
|
||||
tar -xf darwin-arm64.txz --directory $EXTRACT_DIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user