Skip to content

Commit

Permalink
fix(arm64): until the cache is trustworthy don't trust it when buildi…
Browse files Browse the repository at this point in the history
…ng arm64 artifacts
  • Loading branch information
hutchic committed Dec 1, 2022
1 parent f7ac87f commit e9fe50d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ ifndef AWS_ACCESS_KEY
BUILDX=false
else ifeq ($(RESTY_IMAGE_TAG),bionic)
BUILDX=true
CACHE=false
CACHE_COMMAND=false
else ifeq ($(RESTY_IMAGE_TAG),18.04)
BUILDX=true
CACHE=false
CACHE_COMMAND=false
else ifeq ($(RESTY_IMAGE_BASE),alpine)
BUILDX=true
endif
Expand Down

0 comments on commit e9fe50d

Please sign in to comment.