Skip to content

Commit

Permalink
fix(ci): image push
Browse files Browse the repository at this point in the history
The local generate step needs the right platform.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 6, 2025
1 parent 2460d03 commit 0ecde68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
enabled: true
phony: true
script:
- "@$(MAKE) local-tailwind-copy PUSH=false DEST=."
- "@$(MAKE) local-tailwind-copy PUSH=false DEST=. PLATFORM=$(OPERATING_SYSTEM)/$(GOARCH)"
docker:
description: "Runs tailwind update"
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-03-06T11:14:29Z by kres e2c7efe.
# Generated on 2025-03-06T14:29:08Z by kres e2c7efe.

# common variables

Expand Down Expand Up @@ -241,7 +241,7 @@ integration: integration.test

.PHONY: tailwind
tailwind:
@$(MAKE) local-tailwind-copy PUSH=false DEST=.
@$(MAKE) local-tailwind-copy PUSH=false DEST=. PLATFORM=$(OPERATING_SYSTEM)/$(GOARCH)

.PHONY: rekres
rekres:
Expand Down

0 comments on commit 0ecde68

Please sign in to comment.