Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Set a custom build user (#1978)
Browse files Browse the repository at this point in the history
We need a dedicated build user to be able to distinguish the
distribution channel. See
syncthing/syncthing#9140
  • Loading branch information
bt90 authored Sep 29, 2023
1 parent 5847e74 commit c333d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-builder-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net
# template var
image: ghcr.io/syncthing/syncthing-android-builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net

jobs:
Expand Down

0 comments on commit c333d85

Please sign in to comment.