File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,19 +11,10 @@ disk/focal-raw.img: output-cloudimg/packer-cloudimg
11
11
mkdir -p disk
12
12
sudo qemu-img convert -O raw output-cloudimg/packer-cloudimg disk/focal-raw.img
13
13
14
- container-disk-image : output-cloudimg/packer-cloudimg
15
- docker build . -t supabase-postgres-test:$(GIT_SHA ) -f ./Dockerfile-kubevirt
16
-
17
- eks-node-container-disk-image : output-cloudimg/packer-cloudimg
18
- sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) --namespace k8s.io -f ./Dockerfile-kubevirt
19
-
20
14
alpine-image : output-cloudimg/packer-cloudimg
21
15
sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) -f ./Dockerfile-kubernetes
22
16
23
- host-disk : disk/focal-raw.img
24
- sudo chown 107 -R disk
25
-
26
17
clean :
27
18
rm -rf output-cloudimg
28
19
29
- .PHONY : container-disk- image host-disk init clean
20
+ .PHONY : alpine- image init clean
Original file line number Diff line number Diff line change 37
37
38
38
- name : Download adminapi archive
39
39
get_url :
40
- url : " https://supabase-public-artifacts-bucket.s3.us-east-1. amazonaws.com/supabase-admin-api/v3-temp /supabase-admin-api-v {{ adminapi_release }}.tar.gz"
40
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws.com/supabase-admin-api/v{{ adminapi_release }} /supabase-admin-api_ {{ adminapi_release }}_linux_{{ arch }}.tar.gz"
41
41
dest : " /tmp/adminapi.tar.gz"
42
42
timeout : 90
43
43
You can’t perform that action at this time.
0 commit comments