Skip to content

Commit

Permalink
Merge pull request #404 from Kegbot/mikey/docker-again
Browse files Browse the repository at this point in the history
actions: put the docker builds back together
  • Loading branch information
mik3y authored May 1, 2020
2 parents e0ee09c + 30583e2 commit 2d6b998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/docker-arm.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build (amd64)
name: Docker Build

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
name: Build
run: |
docker buildx build \
--platform linux/amd64 \
--platform linux/amd64,linux/arm/v7 \
-t current \
--load .
-
Expand Down

0 comments on commit 2d6b998

Please sign in to comment.