Skip to content

Commit

Permalink
hof/fmt: fix image suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Sep 22, 2022
1 parent 2da9bab commit 521e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatters/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(IMAGES):
MARCHS_DEB=$(addsuffix .march.debian,$(TOOLS))
marchs.debian: $(MARCHS_DEB)
$(MARCHS_DEB):
docker buildx build -t hofstadter/fmt-$(@:%.march.debian=%):$(FMTR_TAG)-debian \
docker buildx build -t hofstadter/fmt-$(@:%.march.debian=%):$(FMTR_TAG) \
$(PUSH) --platform $(PLATFORMS) $(EXTRA) \
tools/$(@:%.march.debian=%) -f tools/$(@:%.march.debian=%)/Dockerfile.debian

Expand Down

0 comments on commit 521e084

Please sign in to comment.