Skip to content

Commit

Permalink
Merge branch 'runfinch:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhranshu153 authored Jul 9, 2024
2 parents 47754f2 + 22ef0d5 commit ab01717
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:

- name: Generate Timestamp
id: timestamp
run: echo "{value}={$(date +%s)}" >> $GITHUB_OUTPUT
run: echo "value=$(date +%s)" >> $GITHUB_OUTPUT

- name: Add Ventura builds to tarballs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Generate Timestamp
id: timestamp
run: echo "{value}={$(date +%s)}" >> $GITHUB_OUTPUT
run: echo "value=$(date +%s)" >> $GITHUB_OUTPUT
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
Expand Down
8 changes: 4 additions & 4 deletions deps/lima-bundles.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARTIFACT_BASE_URL=https://deps.runfinch.com

AARCH64_ARTIFACT_PATHING=aarch64
AARCH64_ARTIFACT=lima-and-qemu.macos-aarch64.1719307443.tar.gz
AARCH64_512_DIGEST=5e692792e82b710c8451cc191350d7dc2d813775457a40ba2beb3e676bbd439de2e04ab3bb92d242fe0cf59e8be5b680595ff4e4d8074a4ce09765acaa3f003a
AARCH64_ARTIFACT=lima-and-qemu.macos-aarch64.1719916289.tar.gz
AARCH64_512_DIGEST=181e1c8561c8e31df69812b6a00671f8c3d93b034af233549adb0a4446557c33002020b946e83c5f3fec4deeb53fbd2ebaa8107ddefd2e046ecb48b3adb6980c

X86_64_ARTIFACT_PATHING=x86-64
X86_64_ARTIFACT=lima-and-qemu.macos-x86_64.1719307443.tar.gz
X86_64_512_DIGEST=e32f8ec09cd0fa615a775febe624618e2b88a222a34268ade10fd0a6ce39f5c8c503eecdfb81c6e0f441b6edfced82db8022a2e451ca8b29db807694b73a7da9
X86_64_ARTIFACT=lima-and-qemu.macos-x86_64.1719916289.tar.gz
X86_64_512_DIGEST=6a051145d79ee94aa7af8cf88c1d0091a5883163fafa3496258ba675cbf6d14786c160d428acf734f0bac21f08dd9d8e1d7145187943c246f641659ac3e23418

0 comments on commit ab01717

Please sign in to comment.