Skip to content

Commit

Permalink
Quick workflow cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Jul 19, 2022
1 parent a2ff83c commit 8b63333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
# Builds init packages since GoReleaser won't handle this for us
- name: "Build init-packages For Release"
run: |
make build-cli-linux-amd init-package
make build-cli-linux-amd init-package ARCH=amd64
make init-package ARCH=arm64
# Create the GitHub release notes, upload artifact backups to S3, publish homebrew recipe
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zarf-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: 'cp zarf.schema.json zarf.schema.json.bak'

- name: "Regenerate Schema"
run: 'go run main.go tools config-schema > zarf.schema.json'
run: 'go run main.go internal config-schema > zarf.schema.json'

- name: "Compare Schemas"
run: 'cmp -s zarf.schema.json zarf.schema.json.bak'

0 comments on commit 8b63333

Please sign in to comment.