Skip to content

Commit

Permalink
Merge pull request #76 from depot/machine-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Aug 4, 2023
2 parents fbd7759 + 61d721c commit 644e4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion buildkit/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

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

# Wait for cloud-init to finish
Expand Down

0 comments on commit 644e4ed

Please sign in to comment.