Skip to content

Commit 82a8c09

Browse files
Further optimize builds
1 parent 6779bf9 commit 82a8c09

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.cargo/config.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/full.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ jobs:
133133

134134
- name: Set up QEMU
135135
uses: docker/setup-qemu-action@v3
136-
with:
137-
platforms: linux/amd64,linux/arm64
138136

139137
- name: Log in to GitHub Container Registry
140138
uses: docker/login-action@v3
@@ -158,6 +156,7 @@ jobs:
158156
context: .
159157
file: xpd-all-in-one/Dockerfile
160158
build-args: TAG=git-${{ github.sha }}
159+
platforms: linux/amd64,linux/arm64
161160
tags: ghcr.io/randomairborne/experienced:${{ steps.get_tag.outputs.tag }},ghcr.io/randomairborne/experienced:git-${{ github.sha }}
162161

163162
set-images:

xpd-cleanup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:alpine AS builder
22

3-
RUN apk add musl-dev git mold
3+
RUN apk add musl-dev git
44

55
WORKDIR /build
66

xpd-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:alpine AS builder
22

3-
RUN apk add musl-dev git mold
3+
RUN apk add musl-dev git
44

55
WORKDIR /build
66

xpd-setcommands/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:alpine AS builder
22

3-
RUN apk add musl-dev git mold
3+
RUN apk add musl-dev git
44

55
WORKDIR /build
66

0 commit comments

Comments
 (0)