Skip to content

Commit b8a3b98

Browse files
committed
Snap: use ARCH instead of PLATFORM (diff snap concept)
1 parent dc9d892 commit b8a3b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snapcraft/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
OUTPUT_DIR = build
22
CRYSTAL_TARBALL =
3-
PLATFORM =
3+
ARCH =
44

55
.PHONY: all
66
all: snap/snapcraft.yaml
77
mkdir -p $(OUTPUT_DIR)
8-
snapcraft --build-for=$(PLATFORM)
8+
snapcraft --build-for=$(ARCH)
99
mv *.snap $(OUTPUT_DIR)
1010

1111
.PHONY: snap/snapcraft.yaml

0 commit comments

Comments
 (0)