Skip to content

Commit

Permalink
publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Jan 31, 2024
1 parent 1364586 commit 5d3f490
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ tasks:
description: Build and publish the packages
actions:
- description: Create the packages
cmd: |
set -e
ZARF_ARCHITECTURE=amd64 uds run -f tasks/create.yaml mattermost-package --no-progress
ZARF_ARCHITECTURE=arm64 uds run -f tasks/create.yaml mattermost-package --no-progress
cmd: ZARF_ARCHITECTURE=amd64 uds run -f tasks/create.yaml mattermost-package --no-progress

- description: Publish the packages
cmd: |
set -e
zarf package publish zarf-package-mattermost-amd64-${VERSION}.tar.zst ${TARGET_REPO}
zarf package publish zarf-package-mattermost-arm64-${VERSION}.tar.zst ${TARGET_REPO}
cmd: zarf package publish zarf-package-mattermost-amd64-${VERSION}.tar.zst ${TARGET_REPO}

0 comments on commit 5d3f490

Please sign in to comment.