arm build for release tag (#3676)
This commit is contained in:
parent
8f7b05b73f
commit
2cd16c61ba
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue