Skip to content

Commit afe89a8

Browse files
committed
Merge branch 'dcs-base-v1.25' into release/dcs/v1.25
2 parents a4116a4 + e71a146 commit afe89a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release-nightly-dcs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,12 @@ jobs:
9393
uses: docker/build-push-action@v5
9494
with:
9595
context: .
96-
platforms: linux/amd64,linux/arm64,linux/riscv64
96+
# platforms: linux/amd64,linux/arm64,linux/riscv64
97+
platforms: linux/amd64
9798
push: true
9899
tags: unfoldingword/dcs:${{ steps.clean_name.outputs.branch }}
100+
build-args: |
101+
GOPROXY=https://proxy.golang.org,direct
99102
# nightly-docker-rootless:
100103
# runs-on: namespace-profile-gitea-release-docker
101104
# steps:

.github/workflows/release-tag-version-dcs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
push: true
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
58+
build-args: |
59+
GOPROXY=https://proxy.golang.org,direct
5860
docker-rootless:
5961
if: endsWith(github.ref_name, '+dcs')
6062
runs-on: ubuntu-latest
@@ -102,3 +104,5 @@ jobs:
102104
file: Dockerfile.rootless
103105
tags: ${{ steps.meta.outputs.tags }}
104106
labels: ${{ steps.meta.outputs.labels }}
107+
build-args: |
108+
GOPROXY=https://proxy.golang.org,direct

0 commit comments

Comments
 (0)