💚 remove i386
This commit is contained in:
parent
8f5adc53e0
commit
532b0aaca1
4
.github/workflows/dashboard.yml
vendored
4
.github/workflows/dashboard.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
dest: dist
|
||||
pkg: cmd/dashboard
|
||||
prefix: dashboard
|
||||
targets: linux/amd64,linux/arm64,linux/arm-7,linux/386,linux/s390x,linux/riscv64
|
||||
targets: linux/amd64,linux/arm64,linux/arm-7,linux/s390x,linux/riscv64 # linux/386,
|
||||
v: true
|
||||
x: false
|
||||
race: false
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm,linux/386,linux/s390x,linux/riscv64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/riscv64 # linux/386,
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.image-name.outputs.GHRC_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ${TARGETARCH}/ubuntu:20.04
|
||||
FROM ubuntu:focal
|
||||
|
||||
ENV TZ="Asia/Shanghai"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user