Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e88097c

Browse files
committed
fix arm build
1 parent 4ecfdc7 commit e88097c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-dev-environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
path: modules
7878

7979
- name: Build and push ARM images using buildx
80+
env:
81+
IMAGE_TAG: dev
8082
run: chmod +x ./build-images.sh && ./build-images.sh
8183

8284
deploy-to-kubernetes-cluster:

.github/workflows/push-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Build funixproductions api docker images and push
118118
env:
119119
IMAGE_TAG: latest
120-
run: docker compose build --push
120+
run: chmod +x ./build-images.sh && ./build-images.sh
121121

122122
update-kubernetes-cluster:
123123
needs:

0 commit comments

Comments
 (0)