mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
arm build for release tag (#3676)
This commit is contained in:
parent
8f7b05b73f
commit
2cd16c61ba
2
.github/workflows/build-branch.yml
vendored
2
.github/workflows/build-branch.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- id: set_env_variables
|
||||
name: Set Environment Variables
|
||||
run: |
|
||||
if [ "${{ env.TARGET_BRANCH }}" == "master" ]; then
|
||||
if [ "${{ env.TARGET_BRANCH }}" == "master" ] || [ "${{ github.event_name }}" == "release" ]; then
|
||||
echo "BUILDX_DRIVER=cloud" >> $GITHUB_OUTPUT
|
||||
echo "BUILDX_VERSION=lab:latest" >> $GITHUB_OUTPUT
|
||||
echo "BUILDX_PLATFORMS=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user