Skip to content

Commit

Permalink
feat: release buildkit fixes and status reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
goller committed Aug 24, 2023
1 parent 644e4ed commit 78f1969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:

- name: Build artifact
if: github.ref == 'refs/heads/main'
run: packer build -var ami-name=depot-buildkit-snapshot -var log-token=${{ secrets.LOG_TOKEN }} buildkit/buildkit.pkr.hcl
# run: packer build -var ami-name=depot-buildkit-2-snapshot -var log-token=${{ secrets.LOG_TOKEN }} buildkit/buildkit.pkr.hcl
# run: packer build -var ami-name=depot-buildkit-snapshot -var log-token=${{ secrets.LOG_TOKEN }} buildkit/buildkit.pkr.hcl
run: packer build -var ami-name=depot-buildkit-2-snapshot -var log-token=${{ secrets.LOG_TOKEN }} buildkit/buildkit.pkr.hcl
4 changes: 2 additions & 2 deletions buildkit/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -ex

# Versions
machine_agent_version="v1.29.0"
buildkit_version="v0.11.6-depot.14"
machine_agent_version="v1.30.0"
buildkit_version="v0.11.6-depot.16"

# Wait for cloud-init to finish
cloud-init status --wait
Expand Down

0 comments on commit 78f1969

Please sign in to comment.