File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 owner_lc="$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')"
4242 echo "name=${REGISTRY}/${owner_lc}/devlane-api" >> "$GITHUB_OUTPUT"
4343
44- - name : Set up QEMU
45- uses : docker/setup-qemu-action@v3
46-
4744 - name : Set up Docker Buildx
4845 uses : docker/setup-buildx-action@v3
4946
7168 with :
7269 context : ./api
7370 file : ./api/Dockerfile
74- platforms : linux/amd64,linux/arm64
71+ platforms : linux/amd64
7572 push : true
7673 tags : ${{ steps.meta.outputs.tags }}
7774 labels : ${{ steps.meta.outputs.labels }}
9491 owner_lc="$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')"
9592 echo "name=${REGISTRY}/${owner_lc}/devlane-ui" >> "$GITHUB_OUTPUT"
9693
97- - name : Set up QEMU
98- uses : docker/setup-qemu-action@v3
99-
10094 - name : Set up Docker Buildx
10195 uses : docker/setup-buildx-action@v3
10296
@@ -124,13 +118,10 @@ jobs:
124118 with :
125119 context : ./ui
126120 file : ./ui/Dockerfile
127- platforms : linux/amd64,linux/arm64
121+ platforms : linux/amd64
128122 push : true
129123 tags : ${{ steps.meta.outputs.tags }}
130124 labels : ${{ steps.meta.outputs.labels }}
131- # VITE_API_BASE_URL is intentionally left at its default (empty).
132- # Deployments fronting the API on a separate origin should rebuild
133- # with `--build-arg VITE_API_BASE_URL=https://api.example.com`.
134125 cache-from : type=gha,scope=devlane-ui
135126 cache-to : type=gha,scope=devlane-ui,mode=max
136127
You can’t perform that action at this time.
0 commit comments