This commit is contained in:
29
.github/workflows/docker-x86.yml
vendored
Normal file
29
.github/workflows/docker-x86.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: Docker
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master, rebuild, dosemu ]
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
buildx:
|
||||||
|
runs-on: x86
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
id: buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: Build and push
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
with:
|
||||||
|
tags: d.lilpenguins.com/enigma-bbs:dosemu-x86-latest
|
||||||
|
file: docker/Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
|
push: true
|
||||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -31,5 +31,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tags: d.lilpenguins.com/enigma-bbs:dosemu-latest
|
tags: d.lilpenguins.com/enigma-bbs:dosemu-latest
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
|
platforms: linux/arm64,linux/arm/v7,linux/arm/v8
|
||||||
push: true
|
push: true
|
||||||
Reference in New Issue
Block a user