mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 15:20:51 +00:00
Find the accelerator version that matches the buildstep version.
This commit is contained in:
parent
e7216618ad
commit
a6cc3da440
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ endif
|
||||
docker tag $(IMAGE):$(SUPERVISOR_VERSION) $(SUPERVISOR_REGISTRY)/$(IMAGE):$(SUPERVISOR_VERSION)
|
||||
|
||||
|
||||
ACCELERATOR = $(shell docker ps --all | grep buildstep-accelerator-latest | awk '{print $$1}' )
|
||||
ACCELERATOR = $(shell docker ps --all | grep buildstep-accelerator-$(BUILDSTEP_VERSION) | awk '{print $$1}' )
|
||||
|
||||
ifneq ($(ACCELERATOR) , )
|
||||
supervisor-accelerated:
|
||||
|
Loading…
x
Reference in New Issue
Block a user