Skip to content

Commit

Permalink
Revert "feature/multi-arch-docker"
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel authored Nov 8, 2020
1 parent 54f8f85 commit 8cd10ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on: [push]
jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build AMD64
run: docker build . --file amd64.dockerfile --tag sport-tool-box:$(date +%s)
- name: Build ARM64
run: docker build . --file arm64.dockerfile --tag sport-tool-box:$(date +%s)
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sport-tool-box:$(date +%s)
File renamed without changes.
9 changes: 0 additions & 9 deletions arm64.dockerfile

This file was deleted.

0 comments on commit 8cd10ba

Please sign in to comment.