Skip to content

Commit 77b04d2

Browse files
committed
Do not build arm64 (takes forever). Add Makefile.
1 parent 36dfce8 commit 77b04d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
uses: docker/build-push-action@v6
4949
with:
5050
context: .
51-
platforms: linux/amd64,linux/arm64
51+
platforms: linux/amd64
5252
push: true
5353
tags: ${{ steps.meta.outputs.tags }}

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONTAINER= ghcr.io/dnstapir/mdbook-container:latest
2+
3+
4+
build:
5+
docker build -t $(CONTAINER) .

0 commit comments

Comments
 (0)