Skip to content

Commit

Permalink
Commenting out the broken artifact builds in gen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Feb 3, 2024
1 parent aafcded commit 76ec2fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ git_checkout_reset resvg "https://github.com/${REPO}.git"
declare -A TARGETS=(
[darwin_amd64]=x86_64-apple-darwin
[darwin_arm64]=aarch64-apple-darwin
[freebsd_amd64]=x86_64-unknown-freebsd
[linux_amd64]=x86_64-unknown-linux-gnu
[linux_arm64]=aarch64-unknown-linux-gnu
[linux_arm]=armv7-unknown-linux-gnueabihf
[netbsd_amd64]=x86_64-unknown-netbsd
[solaris_amd64]=x86_64-sun-solaris
[windows_amd64]=x86_64-pc-windows-gnu
[windows_arm64]=aarch64-pc-windows-msvc
)

#[openbsd_amd64]=
#[dragonfly_amd64]=
#[freebsd_amd64]=x86_64-unknown-freebsd
#[netbsd_amd64]=x86_64-unknown-netbsd
#[openbsd_amd64]=
#[windows_arm64]=aarch64-pc-windows-msvc

if [ -z "$BUILD_TARGETS" ]; then
BUILD_TARGETS="${!TARGETS[@]}"
Expand Down

0 comments on commit 76ec2fe

Please sign in to comment.