Skip to content

Commit

Permalink
Update Build for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 2, 2024
1 parent b9096dc commit 6d967e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Build for release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
prepare: |
pkg install -y crystal shards
run: |
pwd
ls -lah
whoami
env
freebsd-version
crystal version
shards install
Expand Down Expand Up @@ -90,10 +86,11 @@ jobs:
- name: Build in Alpine
id: build
run: |
cat /etc/os-release
crystal version
shards install
crystal spec --order=random
shards build --production --release --no-debug
shards build --production --release --no-debug --static
shell: alpine-aarch64.sh {0}

- name: Generate file name
Expand Down Expand Up @@ -136,6 +133,7 @@ jobs:

- name: Build in container
run: |
cat /etc/os-release
crystal version
shards install
crystal spec --order=random
Expand Down
18 changes: 18 additions & 0 deletions shard.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.0
shards:
backtracer:
git: https://github.com/sija/backtracer.cr.git
version: 1.2.2

exception_page:
git: https://github.com/crystal-loot/exception_page.git
version: 0.4.1

grip:
git: https://github.com/grip-framework/grip.git
version: 2.0.4

radix:
git: https://github.com/luislavena/radix.git
version: 0.4.1

0 comments on commit 6d967e6

Please sign in to comment.