Skip to content

Commit

Permalink
Merge pull request #2 from remcoros/chore/cleanup
Browse files Browse the repository at this point in the history
remove unneeded script files and docker build arguments
  • Loading branch information
remcoros authored Jul 12, 2024
2 parents e137e2d + 233ea02 commit 1093299
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ ifeq ($(ARCH),x86_64)
else
mkdir -p docker-images
docker buildx build --tag start9/$(PKG_ID)/main:$(PKG_VERSION) \
--build-arg ARCH=aarch64 \
--build-arg PLATFORM=arm64 \
--platform=linux/arm64 -o type=docker,dest=docker-images/aarch64.tar .
endif

Expand All @@ -50,8 +48,6 @@ ifeq ($(ARCH),aarch64)
else
mkdir -p docker-images
docker buildx build --tag start9/$(PKG_ID)/main:$(PKG_VERSION) \
--build-arg ARCH=x86_64 \
--build-arg PLATFORM=amd64 \
--platform=linux/amd64 -o type=docker,dest=docker-images/x86_64.tar .
endif

Expand Down
3 changes: 0 additions & 3 deletions scripts/embassy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
export { setConfig } from "./procedures/setConfig.ts";
export { getConfig } from "./procedures/getConfig.ts";
export { properties } from "./procedures/properties.ts";
export { migration } from "./procedures/migrations.ts";
export { health } from "./procedures/healthChecks.ts";
3 changes: 0 additions & 3 deletions scripts/procedures/getConfig.ts

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/procedures/properties.ts

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/procedures/setConfig.ts

This file was deleted.

0 comments on commit 1093299

Please sign in to comment.